mirror of
https://github.com/ValveSoftware/Proton
synced 2025-08-31 06:35:23 +00:00
lsteamclient: Execute debug callbacks from within Steam_BGetCallback.
CW-Bug-Id: #22729
This commit is contained in:
committed by
Arkadiusz Hiler
parent
1b4cd4fc7a
commit
77e83d193a
@@ -227,8 +227,6 @@ MANUAL_METHODS = {
|
||||
"ISteamNetworkingFakeUDPPort_DestroyFakeUDPPort": lambda ver, abi: abi == 'w',
|
||||
"ISteamNetworkingFakeUDPPort_ReceiveMessages": True,
|
||||
|
||||
"ISteamClient_BShutdownIfAllPipesClosed": lambda ver, abi: abi == 'w',
|
||||
"ISteamClient_CreateSteamPipe": lambda ver, abi: abi == 'w',
|
||||
"ISteamClient_Set_SteamAPI_CCheckCallbackRegisteredInProcess": lambda ver, abi: abi == 'u' and ver >= 20,
|
||||
|
||||
"ISteamUtils_GetAPICallResult": lambda ver, abi: abi == 'u',
|
||||
|
Reference in New Issue
Block a user