mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatFile] Finally get rid of softlist; replace by desc-game
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user