mirror of
https://github.com/rvtr/TwlToolsRED.git
synced 2025-10-31 06:41:18 -04:00
マスタエディタ:一時保存情報の読み出しでレーティング情報が空白になってしまうバグを修正。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlToolsRED@82 7061adef-622a-194b-ae81-725974e89856
This commit is contained in:
parent
9844e96500
commit
f90c641874
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -247,7 +247,7 @@ void Form1::loadTmp( System::String ^filename )
|
||||
this->parseTmp( root, "/MasterEditorTWL/Form/IsPhotoEx", this->cboxIsPhotoEx );
|
||||
|
||||
this->maskRatingForms(); // ペアレンタルコントロール情報をリージョンに合わせる
|
||||
this->changeUnnecessaryRatingForms(false); // 一度コンボボックスがenableになるので再設定
|
||||
this->changeUnnecessaryRatingForms(true); // 一度コンボボックスがenableになるので再設定
|
||||
this->maskBackupMemoryForms(); // NANDアプリのときのバックアップメモリの自動設定
|
||||
} //loadTmp()
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user