This commit is contained in:
Zane Kaminski 2021-04-02 02:34:09 -04:00
parent 985d3980ab
commit 07e275a7af
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -58,7 +58,7 @@ void __attribute__ ((noinline)) P24(Ptr ptr, Ptr patch) {
signed char mode = true32b;
SwapMMUMode(&mode);
if (*patch != 0x44) { Debugger(); }
*ptr = *patch; // Patch byte
//*ptr = *patch; // Patch byte
SwapMMUMode(&mode);
}