lsteamclient: Generate 1.46 support

This commit is contained in:
Andrew Eikum 2019-08-16 08:39:30 -05:00
parent 35752dadb6
commit 19b53264bd
53 changed files with 2355 additions and 1504 deletions

View file

@ -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__
}