mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
EXI_DeviceIPL: Fix vertical alignment of IPL arrays
This commit is contained in:
parent
f895648eb9
commit
edea9dfca3
1 changed files with 5 additions and 5 deletions
|
@ -22,7 +22,7 @@ static const char iplverPAL[0x100] = "(C) 1999-2001 Nintendo. All rights reserv
|
||||||
"(C) 1999 ArtX Inc. All rights reserved."
|
"(C) 1999 ArtX Inc. All rights reserved."
|
||||||
"PAL Revision 1.0 ";
|
"PAL Revision 1.0 ";
|
||||||
|
|
||||||
static const char iplverNTSC[0x100]= "(C) 1999-2001 Nintendo. All rights reserved."
|
static const char iplverNTSC[0x100] = "(C) 1999-2001 Nintendo. All rights reserved."
|
||||||
"(C) 1999 ArtX Inc. All rights reserved.";
|
"(C) 1999 ArtX Inc. All rights reserved.";
|
||||||
|
|
||||||
// bootrom descrambler reversed by segher
|
// bootrom descrambler reversed by segher
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue