mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
NandInitializerProduct はひととおりの処理を終えた後 OS_Terminate させていましたが、それだと電源OFF時の処理が行えないため他の方法で停止させるようにしました。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1054 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
4da69ae12e
commit
1b11cdf68d
@ -207,15 +207,13 @@ void* AutoProcess2(void)
|
|||||||
|
|
||||||
void* AutoProcess3(void)
|
void* AutoProcess3(void)
|
||||||
{
|
{
|
||||||
#ifdef AUTO_FORMAT_MODE
|
// NandInitializerProdectはオート処理が完了した段階で終了です。
|
||||||
// 検査ソフトではオート処理が完了した段階でTerminateさせます。
|
#ifndef AUTO_FORMAT_MODE
|
||||||
OS_Terminate();
|
|
||||||
#endif
|
|
||||||
|
|
||||||
if (kamiPadIsTrigger(PAD_BUTTON_B))
|
if (kamiPadIsTrigger(PAD_BUTTON_B))
|
||||||
{
|
{
|
||||||
FADE_OUT_RETURN( TopmenuProcess0 );
|
FADE_OUT_RETURN( TopmenuProcess0 );
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
return AutoProcess3;
|
return AutoProcess3;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user