lsteamclient: Execute any pending callback before ReleaseRequest.

CW-Bug-Id: #22729
This commit is contained in:
Rémi Bernon 2024-01-09 18:33:53 +01:00 committed by Arkadiusz Hiler
parent 22672c5b0a
commit faf681cd9c
5 changed files with 19 additions and 12 deletions

View file

@ -230,6 +230,7 @@ MANUAL_METHODS = {
"ISteamMatchmakingServers_PingServer": lambda ver, abi: abi == 'u',
"ISteamMatchmakingServers_PlayerDetails": lambda ver, abi: abi == 'u',
"ISteamMatchmakingServers_ReleaseRequest": lambda ver, abi: abi == 'w',
"ISteamMatchmakingServers_RequestFavoritesServerList": lambda ver, abi: abi == 'u',
"ISteamMatchmakingServers_RequestFriendsServerList": lambda ver, abi: abi == 'u',
"ISteamMatchmakingServers_RequestHistoryServerList": lambda ver, abi: abi == 'u',