mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Merge pull request #289 from Sonicadvance1/Fix-IPL-Horizontal-Offset
Change IPL horizontal offset from +5 to 0.
This commit is contained in:
@ -7,12 +7,12 @@
|
|||||||
|
|
||||||
// english
|
// english
|
||||||
SRAM sram_dump = {{
|
SRAM sram_dump = {{
|
||||||
0x04, 0x6B,
|
0xFF, 0x6B,
|
||||||
0xFB, 0x91,
|
0x00, 0x91,
|
||||||
0x00, 0x00, 0x00, 0x00,
|
0x00, 0x00, 0x00, 0x00,
|
||||||
0x00, 0x00, 0x00, 0x00,
|
0x00, 0x00, 0x00, 0x00,
|
||||||
0xFF, 0xFF, 0xFF, 0x40,
|
0xFF, 0xFF, 0xFF, 0x40,
|
||||||
0x05,
|
0x00,
|
||||||
0x00,
|
0x00,
|
||||||
0x00,
|
0x00,
|
||||||
0x2C,
|
0x2C,
|
||||||
|
Reference in New Issue
Block a user