mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Use copies of machine data
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user