UIGからの要望により、ブートの優先順位を「フラッシュ壊れシーケンス」→「TP起動ショートカット」→

「初回起動シーケンス」の順に変更。

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/branches/20080724_SDK500rc_branch@2010 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
yosiokat 2008-07-28 04:45:22 +00:00
parent 5517f1a4ae
commit 32b51b6971

View File

@ -468,18 +468,8 @@ static TitleProperty *SYSMi_CheckShortcutBoot2( void )
argument = 100; // フラッシュ壊れシーケンス起動
isSetArgument = TRUE;
isBootMSET = TRUE;
}
//-----------------------------------------------------
// TWL設定データ未設定時の初回起動シーケンス起動
//-----------------------------------------------------
else if( !LCFG_TSD_IsFinishedInitialSetting() ) {
argument = 0;
isSetArgument = FALSE;
isBootMSET = TRUE;
}else
#endif
//-----------------------------------------------------
// L+R+Startボタン押下起動で、本体設定のタッチパネル設定を起動
//-----------------------------------------------------
@ -489,7 +479,17 @@ static TitleProperty *SYSMi_CheckShortcutBoot2( void )
isSetArgument = TRUE;
isBootMSET = TRUE;
}
#ifndef DISABLE_INITIAL_SETTINGS
//-----------------------------------------------------
// TWL設定データ未設定時の初回起動シーケンス起動
//-----------------------------------------------------
else if( !LCFG_TSD_IsFinishedInitialSetting() ) {
argument = 0;
isSetArgument = FALSE;
isBootMSET = TRUE;
}
#endif
//-----------------------------------------------------
// ランチャー画面を表示しないバージョンの場合
// カードがささっていたらカードを起動する