mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Handle most places where source was being set for IDDB
This commit is contained in:
@@ -182,8 +182,8 @@ namespace SabreTools.DatTools
|
||||
continue;
|
||||
|
||||
// Now we want to remove all duplicates from the DAT
|
||||
datFile.ItemsDB.GetDuplicates(new Rom(fileinfo))
|
||||
.AddRange(datFile.ItemsDB.GetDuplicates(new Disk(fileinfo)));
|
||||
datFile.ItemsDB.GetDuplicates((-1, new Rom(fileinfo)))
|
||||
.AddRange(datFile.ItemsDB.GetDuplicates((-1, new Disk(fileinfo))));
|
||||
}
|
||||
|
||||
watch.Stop();
|
||||
|
||||
Reference in New Issue
Block a user