マスタエディタ:RomSpeedTypeがカードアプリで設定されていないとき警告を出していたのをエラーを出すように変更。

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlToolsRED@154 7061adef-622a-194b-ae81-725974e89856
This commit is contained in:
nishikawa_takeshi 2009-01-29 06:17:45 +00:00
parent 6faf6359ce
commit 5d58cd11e2
5 changed files with 1 additions and 1 deletions

View File

@ -458,7 +458,7 @@ ECSrlResult RCSrl::mrcTWL( FILE *fp )
// NANDアプリのときにはROMの種類(MROM/1TROM)が設定されていなくてもよい
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が設定されていません。",
"Setting Flags", "In a RSF file, the item \"ROMSpeedType\" is not set.", false, true ) );
}