[DatFile] Slight reorganization

This commit is contained in:
Matt Nadareski
2017-01-11 10:10:43 -08:00
parent 377d361399
commit 42ad89c00d

View File

@@ -384,10 +384,8 @@ namespace SabreTools.Helper.Dats
BucketByGame(mergeroms, true, logger, output); BucketByGame(mergeroms, true, logger, output);
_sortedBy = SortedBy.Default; _sortedBy = SortedBy.Default;
// Now we want to loop through all of the games and add the information from devices
AddRomsFromDevices(logger);
// Now we want to loop through all of the games and set the correct information // Now we want to loop through all of the games and set the correct information
AddRomsFromDevices(logger);
AddRomsFromParent(logger); AddRomsFromParent(logger);
// Now that we have looped through the cloneof tags, we loop through the romof tags // Now that we have looped through the cloneof tags, we loop through the romof tags