mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatFile, Logger] Update stats output, fix parsing with percieved flags; fix log command line
This commit is contained in:
@@ -262,7 +262,7 @@ namespace SabreTools.Helper
|
||||
_logger.ClearBeneath(Constants.HeaderHeight);
|
||||
Console.SetCursorPosition(0, Constants.HeaderHeight + 1);
|
||||
_logger.User("Stats of the matched ROMs:");
|
||||
_matched.OutputStats(_logger, true);
|
||||
_matched.OutputStats(_logger, _logger, true);
|
||||
|
||||
// Now output the fixdat based on the original input if asked
|
||||
if (_updateDat)
|
||||
|
||||
Reference in New Issue
Block a user