mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatFile] Add DOSCenter output format to all that support
This commit is contained in:
@@ -236,6 +236,10 @@ namespace SabreTools
|
||||
case "--output-cmp":
|
||||
outputFormat |= OutputFormat.ClrMamePro;
|
||||
break;
|
||||
case "-od":
|
||||
case "--output-dc":
|
||||
outputFormat |= OutputFormat.DOSCenter;
|
||||
break;
|
||||
case "-om":
|
||||
case "--output-miss":
|
||||
outputFormat |= OutputFormat.MissFile;
|
||||
|
||||
Reference in New Issue
Block a user