Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #289 from Sonicadvance1/Fix-IPL-Horizontal-Offset
Change IPL horizontal offset from +5 to 0.
  • Loading branch information
delroth committed Apr 19, 2014
2 parents 25a0115 + e6fa9bf commit 78b3eb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Source/Core/Core/HW/Sram.cpp
Expand Up @@ -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,
Expand Down

0 comments on commit 78b3eb1

Please sign in to comment.