mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[ALL] Add remove hash flags and implement
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user