mirror of
https://github.com/rvtr/TwlToolsRED.git
synced 2025-10-31 06:41:18 -04:00
マスタエディタ:DEBUG/Releaseビルドのときにエラーを出すようにした。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlToolsRED@64 7061adef-622a-194b-ae81-725974e89856
This commit is contained in:
parent
b626b4a88e
commit
e68748ca9f
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1467,6 +1467,18 @@ ECSrlResult RCSrl::mrcTWL( FILE *fp )
|
||||
this->mrcBanner( fp );
|
||||
this->mrcReservedArea(fp);
|
||||
|
||||
for each( RCLicense ^lic in this->hLicenseList )
|
||||
{
|
||||
if( lic->Publisher->Equals( "NINTENDO" ) && lic->Name->Equals( "DEBUG" ) )
|
||||
{
|
||||
this->hErrorList->Add( gcnew RCMrcError(
|
||||
"Debug/Releaseビルド", METWL_ERRLIST_NORANGE, METWL_ERRLIST_NORANGE,
|
||||
"FINALROMビルドのROMではありません。必ずFINALROMビルドのROMを作成してご提出ください。",
|
||||
"Debug/Release Build",
|
||||
"This ROM isn't FINALROM-build. Please submit a FINALROM-build ROM.", false, true ) );
|
||||
}
|
||||
}
|
||||
|
||||
// 追加チェック
|
||||
if( this->hMrcSpecialList->IsCheck )
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user