EXI_DeviceIPL: Fix vertical alignment of IPL arrays

This commit is contained in:
Lioncash
2014-10-26 11:44:36 -04:00
parent f895648eb9
commit edea9dfca3

View File

@ -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