From e6fa9bf048eb92eb00e092dd10d5ebd0b94f63d0 Mon Sep 17 00:00:00 2001 From: Ryan Houdek Date: Fri, 18 Apr 2014 23:31:44 -0500 Subject: [PATCH] Change IPL horizontal offset from +5 to 0. Noticed this while fiddling with things. Having a default offset of +5 is stupid. Changes the bit that contains the offset and the two hashs. --- Source/Core/Core/HW/Sram.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Source/Core/Core/HW/Sram.cpp b/Source/Core/Core/HW/Sram.cpp index d40059032e..2a6d58a4cd 100644 --- a/Source/Core/Core/HW/Sram.cpp +++ b/Source/Core/Core/HW/Sram.cpp @@ -7,12 +7,12 @@ // english SRAM sram_dump = {{ - 0x04, 0x6B, - 0xFB, 0x91, + 0xFF, 0x6B, + 0x00, 0x91, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF, 0xFF, 0xFF, 0x40, - 0x05, + 0x00, 0x00, 0x00, 0x2C,