mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[Output, Stats] Output DAT statistics on DAT write
This commit is contained in:
@@ -24,6 +24,9 @@ namespace SabreTools.Helper
|
||||
/// </remarks>
|
||||
public static bool WriteDatfile(DatData datdata, string outDir, Logger logger, bool norename = true)
|
||||
{
|
||||
// Output initial statistics, for kicks
|
||||
Stats.OutputStats(datdata, logger);
|
||||
|
||||
// Bucket roms by game name and optionally dedupe
|
||||
SortedDictionary<string, List<RomData>> sortable = RomManipulation.BucketByGame(datdata.Roms, datdata.MergeRoms, norename, logger);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user