Add dictionary-based file output

This commit is contained in:
Matt Nadareski
2016-04-28 10:57:32 -07:00
parent 8aea894aed
commit 9672a5962d
2 changed files with 128 additions and 0 deletions

View File

@@ -112,6 +112,9 @@ namespace SabreTools
Output.WriteToDatFromDb(_name, _desc, _version, _date, _cat, _author, _forceunpack, _old, _diff, _ad, "", dbc, _logger);
dbc.Close();
// Create a dictionary of all ROMs from the input DATs
return true;
}
}