mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
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:
parent
5517f1a4ae
commit
32b51b6971
@ -468,18 +468,8 @@ static TitleProperty *SYSMi_CheckShortcutBoot2( void )
|
|||||||
argument = 100; // フラッシュ壊れシーケンス起動
|
argument = 100; // フラッシュ壊れシーケンス起動
|
||||||
isSetArgument = TRUE;
|
isSetArgument = TRUE;
|
||||||
isBootMSET = TRUE;
|
isBootMSET = TRUE;
|
||||||
}
|
|
||||||
|
|
||||||
//-----------------------------------------------------
|
|
||||||
// TWL設定データ未設定時の初回起動シーケンス起動
|
|
||||||
//-----------------------------------------------------
|
|
||||||
else if( !LCFG_TSD_IsFinishedInitialSetting() ) {
|
|
||||||
argument = 0;
|
|
||||||
isSetArgument = FALSE;
|
|
||||||
isBootMSET = TRUE;
|
|
||||||
}else
|
}else
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//-----------------------------------------------------
|
//-----------------------------------------------------
|
||||||
// L+R+Startボタン押下起動で、本体設定のタッチパネル設定を起動
|
// L+R+Startボタン押下起動で、本体設定のタッチパネル設定を起動
|
||||||
//-----------------------------------------------------
|
//-----------------------------------------------------
|
||||||
@ -489,6 +479,16 @@ static TitleProperty *SYSMi_CheckShortcutBoot2( void )
|
|||||||
isSetArgument = TRUE;
|
isSetArgument = TRUE;
|
||||||
isBootMSET = TRUE;
|
isBootMSET = TRUE;
|
||||||
}
|
}
|
||||||
|
#ifndef DISABLE_INITIAL_SETTINGS
|
||||||
|
//-----------------------------------------------------
|
||||||
|
// TWL設定データ未設定時の初回起動シーケンス起動
|
||||||
|
//-----------------------------------------------------
|
||||||
|
else if( !LCFG_TSD_IsFinishedInitialSetting() ) {
|
||||||
|
argument = 0;
|
||||||
|
isSetArgument = FALSE;
|
||||||
|
isBootMSET = TRUE;
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
//-----------------------------------------------------
|
//-----------------------------------------------------
|
||||||
// ランチャー画面を表示しないバージョンの場合
|
// ランチャー画面を表示しないバージョンの場合
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user