mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatFile] Dictionary methods reorg + rename
This commit is contained in:
@@ -46,8 +46,8 @@ namespace SabreTools.Library.Dats
|
||||
_sortedBy = bucketBy;
|
||||
|
||||
// Clone the current dictionary into a new one for sorting then reset the internal one
|
||||
SortedDictionary<string, List<DatItem>> sortable = this.CloneFiles();
|
||||
this.Reset();
|
||||
SortedDictionary<string, List<DatItem>> sortable = this.CloneDictionary();
|
||||
this.ResetDictionary();
|
||||
|
||||
Globals.Logger.User("Organizing roms by {0}" + (deduperoms != DedupeType.None ? " and merging" : ""), bucketBy);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user