mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatFile, SimpleSort, FileTools] Make sure extensions are checked properly
This commit is contained in:
@@ -263,7 +263,7 @@ namespace SabreTools.Helper
|
||||
Console.SetCursorPosition(0, Constants.HeaderHeight + 1);
|
||||
_logger.User("Stats of the matched ROMs:");
|
||||
StreamWriter sw = new StreamWriter(new MemoryStream());
|
||||
_matched.OutputStats(sw, StatOutputFormat.None, _logger, true);
|
||||
_matched.OutputStats(sw, StatOutputFormat.None, _logger, recalculate: true, baddumpCol: true, nodumpCol: true);
|
||||
sw.Dispose();
|
||||
|
||||
// Now output the fixdat based on the original input if asked
|
||||
|
||||
Reference in New Issue
Block a user