[DatTools] Rename RomManipulation to DatTools

This commit is contained in:
Matt Nadareski
2016-06-11 15:08:24 -07:00
parent c3d6f1d6b8
commit b7cda5f342
11 changed files with 44 additions and 44 deletions

View File

@@ -32,7 +32,7 @@ namespace SabreTools.Helper
}
// Bucket roms by game name and optionally dedupe
SortedDictionary<string, List<RomData>> sortable = RomManipulation.BucketByGame(datdata.Roms, datdata.MergeRoms, norename, logger);
SortedDictionary<string, List<RomData>> sortable = DatTools.BucketByGame(datdata.Roms, datdata.MergeRoms, norename, logger);
// Now write out to file
// If it's empty, use the current folder