1
0
mirror of synced 2025-01-20 09:42:49 +01:00

Disable APM3 logging

This commit is contained in:
Poliwrath 2021-08-26 21:29:26 -04:00 committed by GitHub
parent 796dfb4a99
commit 45cb9752dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@
#endif
static uint8_t g_APM3IOValues[256];
#define _LOGAPM3 1
//#define _LOGAPM3 1
bool CALLPLEB ApmSystemSetting_getAdvertizeSound(bool *enable)
{
#ifdef _LOGAPM3
@ -1050,4 +1050,4 @@ static InitFunction initFuncRollingGunner21([]()
injector::MakeJMP(mainModuleBase + 0xB6140, ValidateDongle);
}, GameID::RollingGunner21);
#endif
#endif