Add AIO patch for 7.0x

This commit is contained in:
Al Azif
2025-09-05 10:35:26 -07:00
parent 7a510c7d37
commit b784c2124c
2 changed files with 52 additions and 4 deletions

View File

@@ -106,7 +106,7 @@ static inline void patch_aio(void *kbase) {
write8(kbase, aio_off + 0x4b, 0x00);
// offset = 0x5d
// patch = {0x49, 0x8d, 0xBe, 0xc0, 0x00, 0x00, 0x00}
// patch = {0x49, 0x8d, 0xbe, 0xc0, 0x00, 0x00, 0x00}
write32(kbase, aio_off + 0x5d, 0xc0be8d49);
write16(kbase, aio_off + 0x61, 0x0000);
write8(kbase, aio_off + 0x63, 0x00);