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@2873 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
757f79c3ca
commit
abea12209c
@ -76,11 +76,14 @@ static BOOL isDamyDevkp()
|
||||
filesize = FS_GetFileLength(&file);
|
||||
|
||||
FS_CloseFile(&file);
|
||||
|
||||
|
||||
/* サイズ判定撤廃
|
||||
return
|
||||
filesize == 16384 || filesize == 5 ?
|
||||
TRUE :
|
||||
FALSE ;
|
||||
*/
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
Loading…
Reference in New Issue
Block a user