mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Add back date support (fixes #17)
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user