mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatFile] Missed putting softlist flag in directory parse
This commit is contained in:
@@ -915,7 +915,7 @@ namespace SabreTools.Helper
|
|||||||
DatFile innerDatdata = (DatFile)Clone();
|
DatFile innerDatdata = (DatFile)Clone();
|
||||||
innerDatdata.Files = null;
|
innerDatdata.Files = null;
|
||||||
innerDatdata.Parse(file, 0, 0, gamename, romname, romtype, sgt, slt, seq, crc, md5, sha1, itemStatus,
|
innerDatdata.Parse(file, 0, 0, gamename, romname, romtype, sgt, slt, seq, crc, md5, sha1, itemStatus,
|
||||||
trim, single, root, logger, true, clean,
|
trim, single, root, logger, true, clean, softlist,
|
||||||
keepext: ((innerDatdata.OutputFormat & OutputFormat.TSV) != 0 || (innerDatdata.OutputFormat & OutputFormat.CSV) != 0));
|
keepext: ((innerDatdata.OutputFormat & OutputFormat.TSV) != 0 || (innerDatdata.OutputFormat & OutputFormat.CSV) != 0));
|
||||||
|
|
||||||
// If we have roms, output them
|
// If we have roms, output them
|
||||||
|
|||||||
Reference in New Issue
Block a user