VF5 fixes by Nezarn
VF5 fixes by Nezarn
This commit is contained in:
parent
718bb62a3a
commit
1de9d36fcd
@ -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()
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user