From edea9dfca3f15f55c24508b1d62597740181ca46 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sun, 26 Oct 2014 11:44:36 -0400 Subject: [PATCH] EXI_DeviceIPL: Fix vertical alignment of IPL arrays --- Source/Core/Core/HW/EXI_DeviceIPL.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Source/Core/Core/HW/EXI_DeviceIPL.cpp b/Source/Core/Core/HW/EXI_DeviceIPL.cpp index 018b087dc2..0a3e5245f7 100644 --- a/Source/Core/Core/HW/EXI_DeviceIPL.cpp +++ b/Source/Core/Core/HW/EXI_DeviceIPL.cpp @@ -18,12 +18,12 @@ // We should provide an option to choose from the above, or figure out the checksum (the algo in yagcd seems wrong) // so that people can change default language. -static const char iplverPAL[0x100] = "(C) 1999-2001 Nintendo. All rights reserved." - "(C) 1999 ArtX Inc. All rights reserved." - "PAL Revision 1.0 "; +static const char iplverPAL[0x100] = "(C) 1999-2001 Nintendo. All rights reserved." + "(C) 1999 ArtX Inc. All rights reserved." + "PAL Revision 1.0 "; -static const char iplverNTSC[0x100]= "(C) 1999-2001 Nintendo. All rights reserved." - "(C) 1999 ArtX Inc. All rights reserved."; +static const char iplverNTSC[0x100] = "(C) 1999-2001 Nintendo. All rights reserved." + "(C) 1999 ArtX Inc. All rights reserved."; // bootrom descrambler reversed by segher // Copyright 2008 Segher Boessenkool