mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatFile] Fix a couple of software list outputs
This commit is contained in:
@@ -3852,7 +3852,7 @@ namespace SabreTools.Helper
|
|||||||
|
|
||||||
foreach (Tuple<string, string> kvp in rom.Infos)
|
foreach (Tuple<string, string> kvp in rom.Infos)
|
||||||
{
|
{
|
||||||
state += "\t\t<info name=\"" + kvp.Item1 + "\" value=\"" + kvp.Item2 + "\">\n";
|
state += "\t\t<info name=\"" + kvp.Item1 + "\" value=\"" + kvp.Item2 + "\" />\n";
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
@@ -3933,7 +3933,7 @@ namespace SabreTools.Helper
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case OutputFormat.SoftwareList:
|
case OutputFormat.SoftwareList:
|
||||||
state += "\t\t</part>\n\t</software>\n\n";
|
state += "\t</software>\n\n";
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -4502,6 +4502,8 @@ namespace SabreTools.Helper
|
|||||||
+ "\t\t\t</dataarea>\n";
|
+ "\t\t\t</dataarea>\n";
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
state += "\t\t</part>\n";
|
||||||
break;
|
break;
|
||||||
case OutputFormat.TSV:
|
case OutputFormat.TSV:
|
||||||
// TSV should only output Rom and Disk
|
// TSV should only output Rom and Disk
|
||||||
|
|||||||
Reference in New Issue
Block a user