mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
ランチャーから起動するアプリ認証時の鍵選択時、起動アプリがランチャーである場合の鍵選択の条件を最新のゲームコードにあわせて修正
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@990 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
aadb5a8459
commit
516d15beeb
@ -647,7 +647,7 @@ static AuthResult SYSMi_AuthenticateTWLHeader( TitleProperty *pBootTitle )
|
||||
prev = OS_GetTick();
|
||||
hi = head->s.titleID_Hi;
|
||||
// Launcherは専用の鍵を使う
|
||||
if( gamecode[3] == 'L' && gamecode[2] == 'N' && gamecode[1] == 'C' )
|
||||
if( gamecode[3] == 'H' && gamecode[2] == 'L' && gamecode[1] == 'N' )
|
||||
{
|
||||
keynum = LAUNCHER_KEY_INDEX;
|
||||
}else
|
||||
|
||||
Loading…
Reference in New Issue
Block a user