Add back date support (fixes #17)

This commit is contained in:
Matt Nadareski
2020-06-05 22:59:21 -07:00
parent ab1616580e
commit 40cda158fe
4 changed files with 70 additions and 32 deletions

View File

@@ -5796,7 +5796,7 @@ namespace SabreTools.Library.DatFiles
}
if ((DatFormat & DatFormat.EverdriveSMDB) != 0
&& ((DatFormat & DatFormat.AttractMode) != 0
|| (DatFormat & DatFormat.Listrom) != 0)
|| (DatFormat & DatFormat.Listrom) != 0
|| (DatFormat & DatFormat.MissFile) != 0))
{
outfileNames.Add(DatFormat.SoftwareList, CreateOutfileNamesHelper(outDir, ".smdb.txt", overwrite));