mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatFile] Ensure proper sorting for Cascade
This commit is contained in:
@@ -2117,6 +2117,9 @@ namespace SabreTools.Library.DatFiles
|
|||||||
outDats = outDatsArray.ToList();
|
outDats = outDatsArray.ToList();
|
||||||
watch.Stop();
|
watch.Stop();
|
||||||
|
|
||||||
|
// Then, ensure that the internal dat can be sorted in the best possible way
|
||||||
|
BucketBy(SortedBy.CRC, DedupeType.None);
|
||||||
|
|
||||||
// Now, loop through the dictionary and populate the correct DATs
|
// Now, loop through the dictionary and populate the correct DATs
|
||||||
watch.Start("Populating all output DATs");
|
watch.Start("Populating all output DATs");
|
||||||
List<string> keys = Keys;
|
List<string> keys = Keys;
|
||||||
|
|||||||
Reference in New Issue
Block a user