mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[SabreTools] Hook up the new "Of-As-Game" flag
This commit is contained in:
@@ -1078,6 +1078,11 @@ namespace SabreTools
|
||||
"Filter by not game name",
|
||||
FeatureType.List,
|
||||
null));
|
||||
update.AddFeature("of-as-game", new Feature(
|
||||
new List<string>() { "-ofg", "--of-as-game" },
|
||||
"Allow cloneof and romof tags to match game name filters",
|
||||
FeatureType.Flag,
|
||||
null));
|
||||
update.AddFeature("rom-name", new Feature(
|
||||
new List<string>() { "-rn", "--rom-name" },
|
||||
"Filter by rom name",
|
||||
|
||||
Reference in New Issue
Block a user