mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
配列外を参照しない様に修正
(TitleHashCheckerを海外EMSに提供することになり、修正を行った) git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@3105 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
a43e88c337
commit
e25b1392a9
@ -455,6 +455,12 @@ BOOL ProcessTitleHashCheck( void )
|
||||
OS_Panic("NAM_GetNumTitles() failed.");
|
||||
}
|
||||
|
||||
// アプリの数が 300 を過ぎていたらエラーにする
|
||||
if ( gNandAppNum >= TITLE_NUM_PAGE )
|
||||
{
|
||||
OS_Panic("NAM_GetNumTitles() failed.");
|
||||
}
|
||||
|
||||
// 情報の取得
|
||||
if ( !GetDataStruct(gDataList) )
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user