mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatTools] Add log statement for BucketByGame
This commit is contained in:
@@ -1518,6 +1518,8 @@ namespace SabreTools.Helper
|
||||
/// <returns>SortedDictionary bucketed by game name</returns>
|
||||
public static SortedDictionary<string, List<Rom>> BucketByGame(IDictionary<string, List<Rom>> dict, bool mergeroms, bool norename, Logger logger, bool output = true)
|
||||
{
|
||||
logger.User("Organizing " + (mergeroms ? "and merging " : "") + "roms for output");
|
||||
|
||||
SortedDictionary<string, List<Rom>> sortable = new SortedDictionary<string, List<Rom>>();
|
||||
long count = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user