From 701a1aaa6133e549da4b87638918c02818e9bb11 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Mon, 13 Jan 2025 22:17:39 -0500 Subject: [PATCH] Add fixing notes for the future --- SabreTools.DatFiles/DatFile.Filtering.cs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/SabreTools.DatFiles/DatFile.Filtering.cs b/SabreTools.DatFiles/DatFile.Filtering.cs index 781625e1..39af8edc 100644 --- a/SabreTools.DatFiles/DatFile.Filtering.cs +++ b/SabreTools.DatFiles/DatFile.Filtering.cs @@ -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) {