mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[SabreTools, DATFromDir] Fix regular DFD
This commit is contained in:
@@ -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>>(),
|
||||
|
||||
Reference in New Issue
Block a user