mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Comment out header addition
I'm temporarily removing this because the outputted dats are expected to behave like the old ones. This means that each of the systems will have headered AND unheadered variants. WIth the skips, then only the unheadered variant is going to be detected properly. In the mean time, this is being removed so that sets can be properly created for sharing.
This commit is contained in:
@@ -200,7 +200,7 @@ namespace SabreTools
|
|||||||
"\tname \"" + HttpUtility.HtmlEncode(intname) + "\"\n" +
|
"\tname \"" + HttpUtility.HtmlEncode(intname) + "\"\n" +
|
||||||
"\tdescription \"" + HttpUtility.HtmlEncode(datname) + "\"\n" +
|
"\tdescription \"" + HttpUtility.HtmlEncode(datname) + "\"\n" +
|
||||||
"\tversion \"" + version + "\"\n" +
|
"\tversion \"" + version + "\"\n" +
|
||||||
(_systems != "" && _systems.Split(',').Length == 1 && _headers.ContainsKey(Int32.Parse(_systems)) ? " header \"" + _headers[Int32.Parse(_systems)] + "\"\n" : "") +
|
//(_systems != "" && _systems.Split(',').Length == 1 && _headers.ContainsKey(Int32.Parse(_systems)) ? " header \"" + _headers[Int32.Parse(_systems)] + "\"\n" : "") +
|
||||||
"\tcomment \"\"\n" +
|
"\tcomment \"\"\n" +
|
||||||
"\tauthor \"The Wizard of DATz\"\n" +
|
"\tauthor \"The Wizard of DATz\"\n" +
|
||||||
")\n";
|
")\n";
|
||||||
@@ -216,7 +216,7 @@ namespace SabreTools
|
|||||||
"\t\t\t<date>" + version + "</date>\n" +
|
"\t\t\t<date>" + version + "</date>\n" +
|
||||||
"\t\t\t<author>The Wizard of DATz</author>\n" +
|
"\t\t\t<author>The Wizard of DATz</author>\n" +
|
||||||
"\t\t\t<clrmamepro" +
|
"\t\t\t<clrmamepro" +
|
||||||
(_systems != "" && _systems.Split(',').Length == 1 && _headers.ContainsKey(Int32.Parse(_systems)) ? " header=\"" + _headers[Int32.Parse(_systems)] + "\"\n" : "") + "/>\n" +
|
//(_systems != "" && _systems.Split(',').Length == 1 && _headers.ContainsKey(Int32.Parse(_systems)) ? " header=\"" + _headers[Int32.Parse(_systems)] + "\"\n" : "") + "/>\n" +
|
||||||
"\t\t</header>\n";
|
"\t\t</header>\n";
|
||||||
|
|
||||||
// Unset _system again if we're in MEGAMERGED mode
|
// Unset _system again if we're in MEGAMERGED mode
|
||||||
|
|||||||
Reference in New Issue
Block a user