mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Use centralized DAT parsing and manipulate data after
Though the change doesn't reflect this, RomManipulation is a renamed Sorting with an addtional method, Parse.
This commit is contained in:
@@ -255,8 +255,8 @@ JOIN checksums
|
||||
// If we're in a merged mode, merge and then resort by the correct parameters
|
||||
if (merged)
|
||||
{
|
||||
roms = Sorting.RomMerge(roms, true);
|
||||
Sorting.RomSort(roms, _norename);
|
||||
roms = RomManipulation.Merge(roms, true);
|
||||
RomManipulation.Sort(roms, _norename);
|
||||
}
|
||||
|
||||
// Now check rename within games
|
||||
|
||||
Reference in New Issue
Block a user