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
@ -77,10 +77,13 @@ static BOOL isDamyDevkp()
|
|||||||
|
|
||||||
FS_CloseFile(&file);
|
FS_CloseFile(&file);
|
||||||
|
|
||||||
|
/* サイズ判定撤廃
|
||||||
return
|
return
|
||||||
filesize == 16384 || filesize == 5 ?
|
filesize == 16384 || filesize == 5 ?
|
||||||
TRUE :
|
TRUE :
|
||||||
FALSE ;
|
FALSE ;
|
||||||
|
*/
|
||||||
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user