[DatFile] If, on write-out, a game contains the exact same item multiple times, then don't write out the duplicates

This commit is contained in:
Matt Nadareski
2017-02-02 23:20:42 -08:00
parent 04e5980e01
commit 0fe6346a3c
2 changed files with 23 additions and 5 deletions

View File

@@ -141,7 +141,7 @@ namespace SabreTools.Helper.Dats
List<DatItem> roms = this[key];
// Resolve the names in the block
DatItem.ResolveNames(roms, logger);
roms = DatItem.ResolveNames(roms, logger);
for (int index = 0; index < roms.Count; index++)
{