ランチャーから起動するアプリ認証時の鍵選択時、起動アプリがランチャーである場合の鍵選択の条件を最新のゲームコードにあわせて修正

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@990 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
yoshida_teruhisa 2008-03-27 23:49:37 +00:00
parent aadb5a8459
commit 516d15beeb

View File

@ -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