mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
フラッシュ壊れシーケンスもDISABLE_INITIAL_SETTINGSスイッチでくるむ。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1733 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
e5cf4c1452
commit
c4b71c74c8
@ -434,6 +434,7 @@ static TitleProperty *SYSMi_CheckShortcutBoot2( void )
|
||||
|
||||
MI_CpuClear8( &s_bootTitleBuf, sizeof(TitleProperty) );
|
||||
|
||||
#ifndef DISABLE_INITIAL_SETTINGS
|
||||
//-----------------------------------------------------
|
||||
// TWL設定データ破損時のフラッシュ壊れシーケンス起動
|
||||
//-----------------------------------------------------
|
||||
@ -446,7 +447,6 @@ static TitleProperty *SYSMi_CheckShortcutBoot2( void )
|
||||
//-----------------------------------------------------
|
||||
// TWL設定データ未設定時の初回起動シーケンス起動
|
||||
//-----------------------------------------------------
|
||||
#ifndef DISABLE_INITIAL_SETTINGS
|
||||
if( !LCFG_TSD_IsFinishedInitialSetting() ) {
|
||||
argument = 0;
|
||||
isSetArgument = FALSE;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user