So, I added DD support

This commit is contained in:
Matt Nadareski
2020-04-21 15:52:57 -07:00
parent 5ed73aff2b
commit 2a58052bfd
6 changed files with 614 additions and 8 deletions

View File

@@ -163,7 +163,7 @@ namespace DICUI.DiscImageCreator
List<string> parameters = new List<string>();
if (BaseCommand != Command.NONE)
parameters.Add(Converters.LongName((Command)BaseCommand));
parameters.Add(Converters.LongName(BaseCommand));
else
return null;