mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-08-03 22:25:33 +02:00
fixing STEAMTIMELINE_INTERFACE hopefully
This commit is contained in:
parent
5028aade9e
commit
fa75c9acb9
1 changed files with 1 additions and 1 deletions
|
@ -410,7 +410,7 @@ void *Steam_Client::GetISteamGenericInterface( HSteamUser hSteamUser, HSteamPipe
|
|||
return GetISteamParentalSettings(hSteamUser, hSteamPipe, pchVersion);
|
||||
} else if (strstr(pchVersion, "STEAMAPPTICKET_INTERFACE_VERSION") == pchVersion) {
|
||||
return GetAppTicket(hSteamUser, hSteamPipe, pchVersion);
|
||||
} else if (strstr(pchVersion, "STEAMTIMELINE_INTERFACE_VERSION") == pchVersion) {
|
||||
} else if (strstr(pchVersion, "STEAMTIMELINE_INTERFACE") == pchVersion) {
|
||||
return GetISteamTimeline(hSteamUser, hSteamPipe, pchVersion);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue