From c7d1bf168670014c3e0fd6f9876ecd7a96cb367a Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Sat, 18 Mar 2017 13:19:21 -0700 Subject: [PATCH] [DatFile] Add addendum todo --- SabreTools.Helper/Dats/Partials/DatFile.Parsers.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/SabreTools.Helper/Dats/Partials/DatFile.Parsers.cs b/SabreTools.Helper/Dats/Partials/DatFile.Parsers.cs index cb9613d4..d70ce8fd 100644 --- a/SabreTools.Helper/Dats/Partials/DatFile.Parsers.cs +++ b/SabreTools.Helper/Dats/Partials/DatFile.Parsers.cs @@ -56,6 +56,7 @@ namespace SabreTools.Helper.Dats /// True if original extension should be kept, false otherwise (default) /// True if tags from the DAT should be used to merge the output, false otherwise (default) /// TODO: If replacing name with description, is it possible to update cloneof/romof/sampleof tags as well? + /// TODO: If replacing name with description, should this be done in a separate step instead of on parse? It might help the other task public void Parse( // Standard Dat parsing string filename,