mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-11 00:47:54 +01:00
lsteamclient: Generate 1.46 support
This commit is contained in:
parent
35752dadb6
commit
19b53264bd
53 changed files with 2355 additions and 1504 deletions
|
|
@ -266,6 +266,13 @@ bool __thiscall winISteamInput_SteamInput001_GetDeviceBindingRevision(winISteamI
|
|||
return cppISteamInput_SteamInput001_GetDeviceBindingRevision(_this->linux_side, inputHandle, pMajor, pMinor);
|
||||
}
|
||||
|
||||
DEFINE_THISCALL_WRAPPER(winISteamInput_SteamInput001_GetRemotePlaySessionID, 12)
|
||||
uint32 __thiscall winISteamInput_SteamInput001_GetRemotePlaySessionID(winISteamInput_SteamInput001 *_this, InputHandle_t inputHandle)
|
||||
{
|
||||
TRACE("%p\n", _this);
|
||||
return cppISteamInput_SteamInput001_GetRemotePlaySessionID(_this->linux_side, inputHandle);
|
||||
}
|
||||
|
||||
extern vtable_ptr winISteamInput_SteamInput001_vtable;
|
||||
|
||||
#ifndef __GNUC__
|
||||
|
|
@ -306,6 +313,7 @@ void __asm_dummy_vtables(void) {
|
|||
VTABLE_ADD_FUNC(winISteamInput_SteamInput001_GetActionOriginFromXboxOrigin)
|
||||
VTABLE_ADD_FUNC(winISteamInput_SteamInput001_TranslateActionOrigin)
|
||||
VTABLE_ADD_FUNC(winISteamInput_SteamInput001_GetDeviceBindingRevision)
|
||||
VTABLE_ADD_FUNC(winISteamInput_SteamInput001_GetRemotePlaySessionID)
|
||||
);
|
||||
#ifndef __GNUC__
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue