[ALL] Add remove hash flags and implement

This commit is contained in:
Matt Nadareski
2017-02-25 20:35:06 -08:00
parent 363b353d88
commit 0c3d89dbde
8 changed files with 187 additions and 38 deletions

View File

@@ -111,6 +111,12 @@ namespace SabreTools.Helper.Dats
// Bucket roms by game name and optionally dedupe
BucketByGame(MergeRoms, norename, logger);
// If we are removing hashes, do that now
if (_stripHash != 0x0)
{
StripHashesFromItems(logger);
}
// Get the outfile names
Dictionary<DatFormat, string> outfiles = Style.CreateOutfileNames(outDir, this, overwrite);