mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[Stats] Misc. cleanup and Stats overhaul
This commit is contained in:
@@ -262,7 +262,9 @@ namespace SabreTools.Helper
|
||||
_logger.ClearBeneath(Constants.HeaderHeight);
|
||||
Console.SetCursorPosition(0, Constants.HeaderHeight + 1);
|
||||
_logger.User("Stats of the matched ROMs:");
|
||||
_matched.OutputStats(_logger, _logger, true);
|
||||
StreamWriter sw = new StreamWriter(new MemoryStream());
|
||||
_matched.OutputStats(sw, StatOutputFormat.None, _logger, true);
|
||||
sw.Dispose();
|
||||
|
||||
// Now output the fixdat based on the original input if asked
|
||||
if (_updateDat)
|
||||
|
||||
Reference in New Issue
Block a user