Use OSi_IrqVBlank for cheat patching (#156)

This commit is contained in:
Mow
2026-03-29 05:43:14 -04:00
committed by GitHub
parent bac98b4405
commit 4e67225bc3
4 changed files with 34 additions and 161 deletions

View File

@@ -5,7 +5,6 @@
DEFINE_SECTION_SYMBOLS(patch_cheatengine);
extern "C" void cheatengine_entry_arm(void);
extern "C" void cheatengine_entry_thumb_replace(void);
extern "C" void cheatengine_entry(void);
extern const void* cheatengine_cheatsPtr;
@@ -28,9 +27,4 @@ public:
{
return GetAddressAtTarget((void*)cheatengine_entry_arm);
}
const void* GetCheatEngineFunctionThumbReplace() const
{
return GetAddressAtTarget((void*)cheatengine_entry_thumb_replace);
}
};