Fix address shifting
This commit is contained in:
parent
da0dc52a84
commit
34bca4fefe
@ -1503,7 +1503,6 @@ static int startTCPGeckoThread(int argc, void *argv) {
|
|||||||
|
|
||||||
// Execute the code handler if it is installed
|
// Execute the code handler if it is installed
|
||||||
if (isCodeHandlerInstalled) {
|
if (isCodeHandlerInstalled) {
|
||||||
considerApplyingSDCheats();
|
|
||||||
log_print("Code handler installed...\n");
|
log_print("Code handler installed...\n");
|
||||||
void (*codeHandlerFunction)() = (void (*)()) CODE_HANDLER_INSTALL_ADDRESS;
|
void (*codeHandlerFunction)() = (void (*)()) CODE_HANDLER_INSTALL_ADDRESS;
|
||||||
|
|
||||||
@ -1518,6 +1517,8 @@ static int startTCPGeckoThread(int argc, void *argv) {
|
|||||||
if (assemblySize > 0) {
|
if (assemblySize > 0) {
|
||||||
executeAssembly();
|
executeAssembly();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
considerApplyingSDCheats();
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
log_print("Code handler not installed...\n");
|
log_print("Code handler not installed...\n");
|
||||||
|
BIN
tcpgecko.elf
BIN
tcpgecko.elf
Binary file not shown.
Loading…
Reference in New Issue
Block a user