mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-24 00:04:34 +01:00
lsteamclient: Execute debug callbacks from within Steam_BGetCallback.
CW-Bug-Id: #22729
This commit is contained in:
parent
1b4cd4fc7a
commit
77e83d193a
10 changed files with 422 additions and 463 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue