mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
念のためエラー番号も表示
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1483 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
5fafe40391
commit
9c7a4ec208
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user