mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Fix #8
This commit is contained in:
@@ -2217,7 +2217,7 @@ namespace SabreTools.Library.DatFiles
|
||||
BucketBy(SortedBy.Game, mergeroms, norename: true);
|
||||
|
||||
// Now we want to loop through all of the games and set the correct information
|
||||
AddRomsFromDevices(false, false);
|
||||
while (AddRomsFromDevices(false, false));
|
||||
while (AddRomsFromDevices(true, false));
|
||||
|
||||
// Then, remove the romof and cloneof tags so it's not picked up by the manager
|
||||
|
||||
Reference in New Issue
Block a user