mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-02-04 17:50:42 +03:00
lsteamclient: Allocate SteamClient interface from native steamclient.dll data.
CW-Bug-Id: #22137
This commit is contained in:
parent
840959f4cf
commit
f5da6b1c22
@ -432,6 +432,7 @@ void *alloc_vtable(void *vtable, unsigned int method_count, const char *iface_ve
|
|||||||
"STEAMUSERSTATS",
|
"STEAMUSERSTATS",
|
||||||
"STEAMAPPS",
|
"STEAMAPPS",
|
||||||
"SteamNetworking",
|
"SteamNetworking",
|
||||||
|
"SteamClient",
|
||||||
};
|
};
|
||||||
unsigned int i;
|
unsigned int i;
|
||||||
char *ret;
|
char *ret;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user