mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-05 11:44:53 +01:00
SteamInternal_CreateInterface should return NULL if not called with "SteamClient"
This commit is contained in:
parent
6dd7f517e6
commit
f3e968b54c
2 changed files with 34 additions and 31 deletions
|
|
@ -699,8 +699,6 @@ void *Steam_Client::GetISteamGenericInterface( HSteamUser hSteamUser, HSteamPipe
|
|||
return GetISteamGameServerStats(hSteamUser, hSteamPipe, pchVersion);
|
||||
} else if (strstr(pchVersion, "SteamMatchMakingServers") == pchVersion) {
|
||||
return GetISteamMatchmakingServers(hSteamUser, hSteamPipe, pchVersion);
|
||||
} else if (strstr(pchVersion, "STEAMREMOTESTORAGE_INTERFACE_VERSION") == pchVersion) {
|
||||
return GetISteamRemoteStorage(hSteamUser, hSteamPipe, pchVersion);
|
||||
} else if (strstr(pchVersion, "SteamFriends") == pchVersion) {
|
||||
return GetISteamFriends(hSteamUser, hSteamPipe, pchVersion);
|
||||
} else if (strstr(pchVersion, "SteamMatchMaking") == pchVersion) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue