1
0
mirror of synced 2024-11-14 23:07:36 +01:00

VF5 fixes by Nezarn

VF5 fixes by Nezarn
This commit is contained in:
Reaver 2021-06-27 02:08:30 +03:00
parent 718bb62a3a
commit 1de9d36fcd
2 changed files with 3 additions and 3 deletions

View File

@ -603,12 +603,12 @@ int __fastcall Input_isOn(unsigned int buttonId)
return g_APM3IOValues[buttonId];
}
char __fastcall Input_isOnNow(unsigned int a1)
char __fastcall Input_isOnNow(unsigned int buttonId)
{
#ifdef _DEBUG
info(true, "Input_isOnNow");
#endif
return Input_isOnNowReturnValue;
return g_APM3IOValues[buttonId];
}
__int64 Input_isOpenPewviewWindow()

View File

@ -133,7 +133,7 @@ static void** NetworkProperty_getAddressStringReturnValue = nullptr;
static __int64 NetworkProperty_getAddressValueReturnValue = 0;
static __int64 Sequence_beginPlayReturnValue = 0;
static __int64 Sequence_beginPlayReturnValue = 1;
static __int64 Sequence_clearBackupReturnValue = 0;