Git good Reaver!
This commit is contained in:
parent
087d0a9a7d
commit
6b750bdb2c
@ -635,7 +635,7 @@ char __fastcall Input_isOffNow(unsigned int a1)
|
||||
int __fastcall Input_isOn(unsigned int buttonId)
|
||||
{
|
||||
#ifdef _DEBUG
|
||||
info(true, "Input_isOn");
|
||||
info(true, "Input_isOn id: %u", buttonId);
|
||||
#endif
|
||||
return g_APM3IOValues[buttonId];
|
||||
}
|
||||
@ -643,7 +643,7 @@ int __fastcall Input_isOn(unsigned int buttonId)
|
||||
char __fastcall Input_isOnNow(unsigned int buttonId)
|
||||
{
|
||||
#ifdef _DEBUG
|
||||
info(true, "Input_isOnNow");
|
||||
info(true, "Input_isOnNow id: %u", buttonId);
|
||||
#endif
|
||||
return g_APM3IOValues[buttonId];
|
||||
}
|
||||
@ -1117,7 +1117,9 @@ static InitFunction initVF5TestFunc([]()
|
||||
strcpy(APM3GameId, "SDHF");
|
||||
__int64 mainModuleBase = (__int64)GetModuleHandle(0);
|
||||
|
||||
if (strstr(GetCommandLineA(), "-tptest") != NULL)
|
||||
Sequence_isTestReturnValue = 1;
|
||||
|
||||
}, GameID::VF5EsportsTest);
|
||||
|
||||
static InitFunction initGoonyaFunc([]()
|
||||
|
Loading…
Reference in New Issue
Block a user