Add AIO patch for 7.0x
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user