mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-23 15:54:07 +01:00
lsteamclient: Fix SteamAPI_CheckCallbackRegistered_t calling convention
This commit is contained in:
parent
abfb04f8cc
commit
80465e2a7d
7 changed files with 25 additions and 7 deletions
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
from __future__ import print_function
|
||||
|
||||
CLANG_PATH='/usr/lib/clang/8.0.0'
|
||||
CLANG_PATH='/usr/lib/clang/8.0.1'
|
||||
|
||||
import pprint
|
||||
import sys
|
||||
|
|
@ -178,7 +178,8 @@ manually_handled_methods = {
|
|||
|
||||
# manual converters for simple types (function pointers)
|
||||
manual_type_converters = [
|
||||
"FSteamNetworkingSocketsDebugOutput"
|
||||
"FSteamNetworkingSocketsDebugOutput",
|
||||
"SteamAPI_CheckCallbackRegistered_t"
|
||||
]
|
||||
|
||||
# manual converters for specific parameters
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue