[SabreTools, DATFromDir] Fix regular DFD

This commit is contained in:
Matt Nadareski
2016-09-13 10:54:02 -07:00
parent 35160ecf6e
commit 7a54b00502

View File

@@ -131,7 +131,7 @@ namespace SabreTools
Date = DateTime.Now.ToString("yyyy-MM-dd"),
Author = author,
ForcePacking = (forceunpack ? ForcePacking.Unzip : ForcePacking.None),
OutputFormat = outputFormat,
OutputFormat = (outputFormat == 0 ? OutputFormat.Xml : outputFormat),
Romba = romba,
Type = (superdat ? "SuperDAT" : ""),
Files = new Dictionary<string, List<Rom>>(),