mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
Launcherからのsrl起動時、署名チェック失敗で止まるように変更(tlfでは署名チェックの結果スルー)
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1017 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
6c1b9ed2d7
commit
9220e19858
@ -674,7 +674,7 @@ static AuthResult SYSMi_AuthenticateTWLHeader( TitleProperty *pBootTitle )
|
||||
// 開発版
|
||||
key = g_devPubKey[keynum];
|
||||
// デバッガが有効ならば、ハッシュチェックスルーフラグを立てる
|
||||
if(SYSMi_GetWork()->flags.hotsw.isOnDebugger)
|
||||
if(SYSMi_GetWork()->flags.hotsw.isOnDebugger && SYSMi_GetWork()->romEmuInfo.isTlfRom )
|
||||
{
|
||||
b_dev = TRUE;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user