mirror of
https://github.com/LNH-team/pico-loader.git
synced 2026-06-09 04:33:29 +02:00
Use OSi_IrqVBlank for cheat patching (#156)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user