Fix address shifting

This commit is contained in:
BullyWiiPlaza 2017-08-28 16:03:42 +02:00
parent da0dc52a84
commit 34bca4fefe
2 changed files with 2 additions and 1 deletions

View File

@ -1503,7 +1503,6 @@ static int startTCPGeckoThread(int argc, void *argv) {
// Execute the code handler if it is installed
if (isCodeHandlerInstalled) {
considerApplyingSDCheats();
log_print("Code handler installed...\n");
void (*codeHandlerFunction)() = (void (*)()) CODE_HANDLER_INSTALL_ADDRESS;
@ -1518,6 +1517,8 @@ static int startTCPGeckoThread(int argc, void *argv) {
if (assemblySize > 0) {
executeAssembly();
}
considerApplyingSDCheats();
}
} else {
log_print("Code handler not installed...\n");

Binary file not shown.