mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-23 03:05:35 +08:00
timeline v1 fix
This commit is contained in:
parent
94a7e62ecb
commit
658bd82689
@ -37,9 +37,10 @@ ISteamTimeline *Steam_Client::GetISteamTimeline( HSteamUser hSteamUser, HSteamPi
|
||||
PRINT_DEBUG("%s", pchVersion);
|
||||
if (!steam_pipes.count(hSteamPipe) || !hSteamUser) return nullptr;
|
||||
|
||||
if (strcmp(pchVersion, "STEAMTIMELINE_INTERFACE_VERSION001") == 0) {
|
||||
if (strcmp(pchVersion, "STEAMTIMELINE_INTERFACE_V001") == 0) {
|
||||
return reinterpret_cast<ISteamTimeline *>(static_cast<ISteamTimeline001 *>(steam_timeline));
|
||||
}
|
||||
// Todo: Add non existing but reversed v2-v3
|
||||
else if (strcmp(pchVersion, STEAMTIMELINE_INTERFACE_VERSION) == 0) {
|
||||
return reinterpret_cast<ISteamTimeline *>(static_cast<ISteamTimeline *>(steam_timeline));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user