[DatFile] Finally get rid of softlist; replace by desc-game

This commit is contained in:
Matt Nadareski
2017-02-23 16:41:29 -08:00
parent 6192152919
commit 76f2579b7c
7 changed files with 90 additions and 67 deletions

View File

@@ -200,7 +200,7 @@ namespace RombaSharp
{
// Get the DAT file associated with the key
DatFile datFile = new DatFile();
datFile.Parse(Path.Combine(_dats, foundDats[key]), 0, 0, _logger, softlist: true);
datFile.Parse(Path.Combine(_dats, foundDats[key]), 0, 0, _logger);
// Create the new output directory if it doesn't exist
string outputFolder = Path.Combine("out", Path.GetFileNameWithoutExtension(foundDats[key]));