New Codehandler sync SD Cheats

This commit is contained in:
Mewtality 2022-09-06 13:32:57 +02:00 committed by GitHub
parent 840cdc45da
commit be19b51b79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@
#include <fat.h> #include <fat.h>
#include <iosuhax.h> #include <iosuhax.h>
#define CODE_HANDLER_ENABLED_ADDRESS 0x10014CFC #define CODE_HANDLER_ENABLED_ADDRESS 0x10014F00
#define CODE_LIST_START_ADDRESS 0x01133000 #define CODE_LIST_START_ADDRESS 0x01133000
#define EXTENSION_SIZE 6 #define EXTENSION_SIZE 6
@ -118,4 +118,4 @@ void considerApplyingSDCheats() {
log_print("Unmouted!\n"); log_print("Unmouted!\n");
} }
} }
} }