mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
ランチャーで使用していたEL_をErrorLog_に変更
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1855 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
de4e8b33c6
commit
be575500b1
@ -220,7 +220,7 @@ void TwlMain( void )
|
|||||||
// システムの初期化----------------
|
// システムの初期化----------------
|
||||||
InitAllocator(); // ※SYSM_Init以外のSYSMライブラリ関数を呼ぶ前に
|
InitAllocator(); // ※SYSM_Init以外のSYSMライブラリ関数を呼ぶ前に
|
||||||
|
|
||||||
EL_Init( Alloc, Free );
|
ErrorLog_Init( Alloc, Free );
|
||||||
|
|
||||||
// end時間計測1
|
// end時間計測1
|
||||||
#if (MEASURE_TIME == 1)
|
#if (MEASURE_TIME == 1)
|
||||||
@ -682,7 +682,7 @@ static void PrintError( void )
|
|||||||
G2_ChangeBlendAlpha( 0, 31 );
|
G2_ChangeBlendAlpha( 0, 31 );
|
||||||
error_code = UTL_GetFatalError();
|
error_code = UTL_GetFatalError();
|
||||||
PrintfSJIS( 2, 25, TXT_COLOR_RED,"ERROR! - 0x%0.16x\n", error_code );
|
PrintfSJIS( 2, 25, TXT_COLOR_RED,"ERROR! - 0x%0.16x\n", error_code );
|
||||||
EL_WriteErrorLog(error_code);
|
ErrorLog_WriteErrorLog(error_code);
|
||||||
for(l=0;l<64;l++)
|
for(l=0;l<64;l++)
|
||||||
{
|
{
|
||||||
if( error_code & 0x1 )
|
if( error_code & 0x1 )
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user