[DatFile] Move output to the proper place

This commit is contained in:
Matt Nadareski
2017-03-01 19:55:42 -08:00
parent aee20bfccf
commit 7a26f5a6fe
6 changed files with 34 additions and 43 deletions

View File

@@ -111,6 +111,9 @@ namespace SabreTools.Helper.Dats
// Bucket roms by game name and optionally dedupe
BucketBy(SortedBy.Game, MergeRoms, logger, norename: norename);
// Output the number of items we're going to be writing
logger.User("A total of " + Count + " items will be written out to file");
// Filter the DAT by 1G1R rules, if we're supposed to
// TODO: Create 1G1R logic before write