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@2567 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
703f5b600e
commit
821ef47f7f
@ -78,12 +78,12 @@ BOOL ProcessHwinfo(void)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( hw_info_result)
|
if ( !hw_info_result)
|
||||||
{
|
|
||||||
return TRUE;
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
kamiFontPrintfConsole(FONT_COLOR_RED, "Write Hardware Info Failure!\n");
|
kamiFontPrintfConsole(FONT_COLOR_RED, "Write Hardware Info Failure!\n");
|
||||||
return FALSE;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
OS_WaitVBlankIntr();
|
||||||
|
kamiFontLoadScreenData();
|
||||||
|
return hw_info_result;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -120,5 +120,7 @@ BOOL ProcessNandfirm(void)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
OS_WaitVBlankIntr();
|
||||||
|
kamiFontLoadScreenData();
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -126,6 +126,10 @@ void ProcessSelectRegion(void)
|
|||||||
|
|
||||||
if (kamiPadIsTrigger(PAD_BUTTON_B))
|
if (kamiPadIsTrigger(PAD_BUTTON_B))
|
||||||
{
|
{
|
||||||
|
while (!FadeOutTick())
|
||||||
|
{
|
||||||
|
OS_WaitVBlankIntr();
|
||||||
|
}
|
||||||
ProcessCancel((const char *)L"\n Update was Canceld.");
|
ProcessCancel((const char *)L"\n Update was Canceld.");
|
||||||
}
|
}
|
||||||
else if (kamiPadIsTrigger(PAD_BUTTON_A))
|
else if (kamiPadIsTrigger(PAD_BUTTON_A))
|
||||||
|
|||||||
@ -131,6 +131,7 @@ BOOL ProcessWriteFiles(void)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
OS_WaitVBlankIntr();
|
||||||
|
kamiFontLoadScreenData();
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user