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:
Matt Nadareski
2016-04-19 01:11:23 -07:00
parent 06517988b5
commit 14d229bc1d
7 changed files with 368 additions and 510 deletions

View File

@@ -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