This commit is contained in:
Zane Kaminski 2021-04-02 02:40:34 -04:00
parent a3be91103a
commit b4bc1d6f21
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

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