mirror of
https://github.com/ValveSoftware/Proton.git
synced 2024-12-26 14:45:48 +03:00
lsteamclient: Forward SteamGameServer007 and 006 to 008
This commit is contained in:
parent
164490165d
commit
63bf1c0d39
@ -125,6 +125,7 @@ aliases = {
|
||||
#these interfaces are undocumented and binary compatible
|
||||
"SteamUtils004":["SteamUtils003"],
|
||||
"SteamUtils002":["SteamUtils001"],
|
||||
"SteamGameServer008":["SteamGameServer007","SteamGameServer006"],
|
||||
}
|
||||
|
||||
# these structs are manually confirmed to be equivalent
|
||||
|
@ -112,6 +112,8 @@
|
||||
{"STEAMUSERSTATS_INTERFACE_VERSION005", &create_winISteamUserStats_STEAMUSERSTATS_INTERFACE_VERSION005},
|
||||
{"SteamNetworking002", &create_winISteamNetworking_SteamNetworking002},
|
||||
{"SteamGameServer008", &create_winISteamGameServer_SteamGameServer008},
|
||||
{"SteamGameServer007", &create_winISteamGameServer_SteamGameServer008}, /* alias */
|
||||
{"SteamGameServer006", &create_winISteamGameServer_SteamGameServer008}, /* alias */
|
||||
{"SteamClient007", &create_winISteamClient_SteamClient007},
|
||||
{"SteamUser011", &create_winISteamUser_SteamUser011},
|
||||
{"SteamUtils002", &create_winISteamUtils_SteamUtils002},
|
||||
|
Loading…
Reference in New Issue
Block a user