mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user