mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatFile, DatItem] Proper cloning of machines to avoid dupe issues
This commit is contained in:
@@ -777,7 +777,7 @@ namespace SabreTools.Library.Dats
|
||||
foreach (Rom item in dupes)
|
||||
{
|
||||
// Create a headered item to use as well
|
||||
rom.Machine = item.Machine;
|
||||
rom.Machine = (Machine)item.Machine.Clone();
|
||||
rom.Name += "_" + rom.CRC;
|
||||
|
||||
// If either copy succeeds, then we want to set rebuilt to true
|
||||
|
||||
Reference in New Issue
Block a user