[SabreTools] Fix single threaded dfd again

This commit is contained in:
Matt Nadareski
2016-09-13 12:53:06 -07:00
parent bb53d3c3eb
commit 5c7664ec72

View File

@@ -133,7 +133,7 @@ namespace SabreTools
Date = DateTime.Now.ToString("yyyy-MM-dd"), Date = DateTime.Now.ToString("yyyy-MM-dd"),
Author = author, Author = author,
ForcePacking = (forceunpack ? ForcePacking.Unzip : ForcePacking.None), ForcePacking = (forceunpack ? ForcePacking.Unzip : ForcePacking.None),
OutputFormat = outputFormat, OutputFormat = (outputFormat == 0 ? OutputFormat.Xml : outputFormat),
Romba = romba, Romba = romba,
Type = (superdat ? "SuperDAT" : ""), Type = (superdat ? "SuperDAT" : ""),
}; };