[SabreTools] No defined type fixed

This commit is contained in:
Matt Nadareski
2016-06-20 16:26:32 -07:00
parent fc6923c804
commit 93b3b7db88

View File

@@ -343,6 +343,10 @@ namespace SabreTools
}
if (!outputCMP && !outputMiss && !outputRC && !outputSD && !outputXML)
{
if (merge || diff)
{
userInputDat.OutputFormat = OutputFormat.Xml;
}
DatTools.Update(inputs, userInputDat, outdir, merge, diff, cascade, inplace, bare, clean,
gamename, romname, romtype, sgt, slt, seq, crc, md5, sha1, nodump, trim, single, root, _logger);
}