From 67b00ec28d991f77dfc22d19e8cfa752b60fc004 Mon Sep 17 00:00:00 2001 From: Aurora Date: Sun, 23 Oct 2016 03:56:55 +0200 Subject: [PATCH] Not needed --- source/emunand.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/source/emunand.c b/source/emunand.c index 67b2186..ba36761 100644 --- a/source/emunand.c +++ b/source/emunand.c @@ -174,12 +174,9 @@ static inline u32 patchMpu(u8 *pos, u32 size) if(off == NULL) ret = 1; else { - off[0] = 0x0003; off[1] = 0x0036; off[0xC] = 0x0603; - off[0xD] = 0x0020; off[0x12] = 0x0603; - off[0x13] = 0x001C; ret = 0; }