mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
TWLアプリ判定のハードコーディングを修正。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@2133 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
5fb9cdbd93
commit
989753c5b2
@ -616,7 +616,7 @@ static BOOL isTwlModeLoad(void)
|
||||
}
|
||||
else{
|
||||
// PlatformCodeがTwl or Hybridの場合
|
||||
if(s_cbData.pBootSegBuf->rh.s.platform_code & 0x02){
|
||||
if(s_cbData.pBootSegBuf->rh.s.platform_code & PLATFORM_CODE_FLAG_TWL){
|
||||
return TRUE;
|
||||
}
|
||||
else{
|
||||
@ -627,7 +627,7 @@ static BOOL isTwlModeLoad(void)
|
||||
// DSカード
|
||||
else{
|
||||
// PlatformCodeがTwl or Hybridの場合
|
||||
if(s_cbData.pBootSegBuf->rh.s.platform_code & 0x02){
|
||||
if(s_cbData.pBootSegBuf->rh.s.platform_code & PLATFORM_CODE_FLAG_TWL){
|
||||
// 製品用本体 (最終的には開発用本体も)
|
||||
#ifdef HOTSW_FINAL_VERSION
|
||||
if(s_bondingOp == SCFG_OP_PRODUCT || !s_debuggerFlg)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user