Use copies of machine data

This commit is contained in:
Matt Nadareski
2023-07-30 23:05:45 -04:00
parent 28472d08bf
commit 439129d284
5 changed files with 43 additions and 35 deletions

View File

@@ -109,8 +109,6 @@ namespace SabreTools.DatFiles.Formats
SHA256 = row.SHA256,
ItemStatus = ItemStatus.None,
Machine = machine,
Source = new Source
{
Index = indexId,
@@ -119,6 +117,7 @@ namespace SabreTools.DatFiles.Formats
};
// Now process and add the rom
rom.CopyMachineInformation(machine);
ParseAddHelper(rom, statsOnly);
}