mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
マスタエディタ:ミドルウェアリストの提出バージョンの表示を16進に変更。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@2629 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
a1b0181f28
commit
4ea14d834f
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -253,7 +253,7 @@ System::Void Form1::makeMiddlewareListXml(System::Xml::XmlDocument^ doc)
|
|||||||
MasterEditorTWL::appendXmlTag( doc, game, "title-name", this->tboxTitleName->Text );
|
MasterEditorTWL::appendXmlTag( doc, game, "title-name", this->tboxTitleName->Text );
|
||||||
MasterEditorTWL::appendXmlTag( doc, game, "game-code", this->tboxGameCode->Text );
|
MasterEditorTWL::appendXmlTag( doc, game, "game-code", this->tboxGameCode->Text );
|
||||||
MasterEditorTWL::appendXmlTag( doc, game, "rom-version", this->tboxRemasterVer->Text );
|
MasterEditorTWL::appendXmlTag( doc, game, "rom-version", this->tboxRemasterVer->Text );
|
||||||
MasterEditorTWL::appendXmlTag( doc, game, "submit-version", this->numSubmitVersion->Value.ToString() );
|
MasterEditorTWL::appendXmlTag( doc, game, "submit-version", System::Decimal::ToByte(this->numSubmitVersion->Value).ToString("X") );
|
||||||
|
|
||||||
// ミドルウェアリスト
|
// ミドルウェアリスト
|
||||||
System::Xml::XmlElement ^midlist = doc->CreateElement( "middleware-list" );
|
System::Xml::XmlElement ^midlist = doc->CreateElement( "middleware-list" );
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user