mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Add fixing notes for the future
This commit is contained in:
@@ -442,6 +442,9 @@ namespace SabreTools.DatFiles
|
|||||||
if (machine == null)
|
if (machine == null)
|
||||||
return;
|
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
|
// Remove extensions from Rom items
|
||||||
if (datItem is Rom)
|
if (datItem is Rom)
|
||||||
{
|
{
|
||||||
@@ -510,6 +513,9 @@ namespace SabreTools.DatFiles
|
|||||||
if (machine.Value == null)
|
if (machine.Value == null)
|
||||||
return;
|
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
|
// Remove extensions from Rom items
|
||||||
if (datItem.Value is Rom)
|
if (datItem.Value is Rom)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user