mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-27 05:04:01 +08:00
fixing STEAMTIMELINE_INTERFACE hopefully
This commit is contained in:
parent
5028aade9e
commit
fa75c9acb9
@ -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…
Reference in New Issue
Block a user