Add fixing notes for the future

This commit is contained in:
Matt Nadareski
2025-01-13 22:17:39 -05:00
parent 7b413e0c68
commit 701a1aaa61

View File

@@ -442,6 +442,9 @@ namespace SabreTools.DatFiles
if (machine == null)
return;
// TODO: Clone current machine so that all data can be retained
// TODO: Assign cloned machine to the item with the new name
// Remove extensions from Rom items
if (datItem is Rom)
{
@@ -510,6 +513,9 @@ namespace SabreTools.DatFiles
if (machine.Value == null)
return;
// TODO: Clone current machine so that all data can be retained
// TODO: Assign cloned machine to the item with the new name
// Remove extensions from Rom items
if (datItem.Value is Rom)
{