[DatFile] Finally get rid of softlist; replace by desc-game

This commit is contained in:
Matt Nadareski
2017-02-23 16:41:29 -08:00
parent 6192152919
commit 76f2579b7c
7 changed files with 90 additions and 67 deletions

View File

@@ -966,9 +966,9 @@ namespace SabreTools
"Clean game names according to WoD standards",
FeatureType.Flag,
null));
update.AddFeature("softlist", new Feature(
new List<string>() { "-sl", "--softlist" },
"Use Software List name instead of description",
update.AddFeature("desc-name", new Feature(
new List<string>() { "-dan", "--desc-name" },
"Use description instead of machine name",
FeatureType.Flag,
null));
update.AddFeature("dat-merged", new Feature(