diff --git a/SabreHelper/RomManipulation.cs b/SabreHelper/RomManipulation.cs index 693b7f27..d9b26adb 100644 --- a/SabreHelper/RomManipulation.cs +++ b/SabreHelper/RomManipulation.cs @@ -116,6 +116,7 @@ namespace SabreTools.Helper /// Name of the file to be parsed /// Logger object for console and file output /// The internal name of the DAT on success, empty string otherwise + /// Needs to be upgraded to XmlTextReader public static string GetDatName(string filename, Logger logger) { string name = ""; @@ -163,6 +164,7 @@ namespace SabreTools.Helper /// Name of the file to be parsed /// Logger object for console and file output /// The internal name of the DAT on success, empty string otherwise + /// Needs to be upgraded to XmlTextReader public static string GetDatDescription(string filename, Logger logger) { string desc = "";