mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 16:19:28 +01:00
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.
This commit is contained in:
parent
5a5e63bdd4
commit
e6fa9bf048
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user