mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
TitleIDが「0TCA」のNANDアプリがインポートされている場合は、そのアプリをダイレクトブートするように修正
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/branches/20081031_TwlCard_Tester@2661 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
f2b3144ef6
commit
fc3bef3b1a
@ -363,7 +363,7 @@ void TwlMain( void )
|
||||
TitleID_HiLo tempID = *(TitleID_HiLo *)(&sp_titleList[i].titleID);
|
||||
if(sp_titleList[i].titleID){
|
||||
// 特定のNANDアプリがあった場合は
|
||||
if(tempID.Lo[0] == 'J' && tempID.Lo[1] == 'R' && tempID.Lo[2] == 'T' && tempID.Lo[3] == 'N'){
|
||||
if(tempID.Lo[0] == 'A' && tempID.Lo[1] == 'C' && tempID.Lo[2] == 'T' && tempID.Lo[3] == '0'){
|
||||
isCheckProgram = TRUE;
|
||||
index = i;
|
||||
}
|
||||
@ -381,7 +381,7 @@ void TwlMain( void )
|
||||
else {
|
||||
TitleID_HiLo tempID = *(TitleID_HiLo *)(&pBootTitle->titleID);
|
||||
// 指定のアプリの場合
|
||||
if(tempID.Lo[0] == 'J' && tempID.Lo[1] == 'R' && tempID.Lo[2] == 'T' && tempID.Lo[3] == 'N'){
|
||||
if(tempID.Lo[0] == 'A' && tempID.Lo[1] == 'C' && tempID.Lo[2] == 'T' && tempID.Lo[3] == '0'){
|
||||
// ・検査プログラム起動かつカードをNTRモードに移行
|
||||
HOTSW_SetForceNitroMode(TRUE);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user