absolute load

This commit is contained in:
Zane Kaminski 2021-04-02 03:13:45 -04:00
parent 3679761214
commit a5c57f060a
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, char patch) {
signed char mode = true32b;
SwapMMUMode(&mode);
*ptr = patch; // Patch byte
*ptr = *((char*)0x40851DA8); // Patch byte
SwapMMUMode(&mode);
}