[Stats, DatFile] Merge Stats into DatFile

Since statistics are something that is supposed to be inherent to Dats, this makes the most sense being inside of DatFile
This commit is contained in:
Matt Nadareski
2016-09-22 17:00:34 -07:00
parent c17744984c
commit 0ed44d0b45
5 changed files with 158 additions and 172 deletions

View File

@@ -264,7 +264,7 @@ namespace SabreTools.Helper
_logger.ClearBeneath(Constants.HeaderHeight);
Console.SetCursorPosition(0, Constants.HeaderHeight + 1);
_logger.User("Stats of the matched ROMs:");
Stats.OutputStats(_matched, _logger, true);
_matched.OutputStats(_logger, true);
// Now output the fixdat based on the original input if asked
if (_updateDat)