From 9c7a4ec2085ca945f1a18b38611223e852b88e91 Mon Sep 17 00:00:00 2001 From: yoshida_teruhisa Date: Fri, 23 May 2008 01:30:23 +0000 Subject: [PATCH] =?UTF-8?q?=E5=BF=B5=E3=81=AE=E3=81=9F=E3=82=81=E3=82=A8?= =?UTF-8?q?=E3=83=A9=E3=83=BC=E7=95=AA=E5=8F=B7=E3=82=82=E8=A1=A8=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1483 b08762b0-b915-fc4b-9d8c-17b2551a87ff --- build/systemMenu_RED/Launcher/ARM9/src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/systemMenu_RED/Launcher/ARM9/src/main.c b/build/systemMenu_RED/Launcher/ARM9/src/main.c index 4f8505a9..3f451062 100644 --- a/build/systemMenu_RED/Launcher/ARM9/src/main.c +++ b/build/systemMenu_RED/Launcher/ARM9/src/main.c @@ -350,7 +350,7 @@ void TwlMain( void ) LauncherInit( s_titleList ); NNS_G2dCharCanvasClear( &gCanvas, TXT_COLOR_NULL ); G2_ChangeBlendAlpha( 0, 31 ); - PrintfSJIS( 1, 25, TXT_COLOR_RED,"LAUNCHER : ERROR OCCURRED!\n" ); + PrintfSJIS( 1, 25, TXT_COLOR_RED,"LAUNCHER : ERROR OCCURRED! - %d\n",res ); PrintfSJIS( 1, 40, TXT_COLOR_RED,"%s",error_msg[res] ); GX_DispOn(); GXS_DispOn();