From c9e413afc0e35c5db56790141d6c73129f517637 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Fri, 12 Oct 2018 15:06:37 -0700 Subject: [PATCH] Fix #8 --- SabreTools.Library/DatFiles/DatFile.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SabreTools.Library/DatFiles/DatFile.cs b/SabreTools.Library/DatFiles/DatFile.cs index 95f64cd6..b498397d 100644 --- a/SabreTools.Library/DatFiles/DatFile.cs +++ b/SabreTools.Library/DatFiles/DatFile.cs @@ -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