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@1724 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
0bccaff93f
commit
2247d6351b
@ -1448,8 +1448,8 @@ static BOOL SYSMi_AuthenticateNTRCardAppHeader( TitleProperty *pBootTitle, ROM_H
|
|||||||
// 開発版では完全に飛ばすようにしたい
|
// 開発版では完全に飛ばすようにしたい
|
||||||
if( SCFG_GetBondingOption() != 0 )
|
if( SCFG_GetBondingOption() != 0 )
|
||||||
{
|
{
|
||||||
ret = TRUE;
|
|
||||||
s_loadForcibly = TRUE;
|
s_loadForcibly = TRUE;
|
||||||
|
return TRUE;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user