mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-05 03:34:52 +01:00
Add program to generate steam_interfaces.txt
This commit is contained in:
parent
c20944ca0a
commit
cf05e58266
6 changed files with 92 additions and 3 deletions
|
|
@ -684,7 +684,7 @@ void *Steam_Client::GetISteamGenericInterface( HSteamUser hSteamUser, HSteamPipe
|
|||
return GetISteamFriends(hSteamUser, hSteamPipe, pchVersion);
|
||||
} else if (strstr(pchVersion, "SteamMatchMaking") == pchVersion) {
|
||||
return GetISteamMatchmaking(hSteamUser, hSteamPipe, pchVersion);
|
||||
} else if (strstr(pchVersion, "SteamController") == pchVersion) {
|
||||
} else if (strstr(pchVersion, "SteamController") == pchVersion || strstr(pchVersion, "STEAMCONTROLLER_INTERFACE_VERSION") == pchVersion) {
|
||||
return GetISteamController(hSteamUser, hSteamPipe, pchVersion);
|
||||
} else if (strstr(pchVersion, "STEAMUGC_INTERFACE_VERSION") == pchVersion) {
|
||||
return GetISteamUGC(hSteamUser, hSteamPipe, pchVersion);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue