mirror of
https://github.com/rvtr/TwlToolsRED.git
synced 2025-10-31 06:41:18 -04:00
マスタエディタ:RomSpeedTypeがカードアプリで設定されていないとき警告を出していたのをエラーを出すように変更。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlToolsRED@154 7061adef-622a-194b-ae81-725974e89856
This commit is contained in:
parent
6faf6359ce
commit
5d58cd11e2
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -458,7 +458,7 @@ ECSrlResult RCSrl::mrcTWL( FILE *fp )
|
|||||||
// NANDアプリのときにはROMの種類(MROM/1TROM)が設定されていなくてもよい
|
// NANDアプリのときにはROMの種類(MROM/1TROM)が設定されていなくてもよい
|
||||||
if( (this->pRomHeader->s.warning_no_spec_rom_speed != 0) && !this->IsMediaNand )
|
if( (this->pRomHeader->s.warning_no_spec_rom_speed != 0) && !this->IsMediaNand )
|
||||||
{
|
{
|
||||||
this->hWarnList->Add( gcnew RCMrcError(
|
this->hErrorList->Add( gcnew RCMrcError(
|
||||||
"諸フラグ", 0x1f, 0x1f, "rsfファイルでROMSpeedTypeが設定されていません。",
|
"諸フラグ", 0x1f, 0x1f, "rsfファイルでROMSpeedTypeが設定されていません。",
|
||||||
"Setting Flags", "In a RSF file, the item \"ROMSpeedType\" is not set.", false, true ) );
|
"Setting Flags", "In a RSF file, the item \"ROMSpeedType\" is not set.", false, true ) );
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user