From fd9451c9bdffd7fe598b66d8dd47522dcc6cbede Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Thu, 28 Apr 2016 16:48:14 -0700 Subject: [PATCH] [doc] add comment about future work --- SabreHelper/Output.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SabreHelper/Output.cs b/SabreHelper/Output.cs index a5909810..ccda2542 100644 --- a/SabreHelper/Output.cs +++ b/SabreHelper/Output.cs @@ -144,7 +144,8 @@ namespace SabreTools.Helper /// Set the output directory /// Dictionary containing all the roms to be written /// Logger object for console and/or file output - /// Tru if the DAT was written correctly, false otherwise + /// True if the DAT was written correctly, false otherwise + /// This does not currently do the proper sorting because everything is sorted by key. It needs to have some pre-processing in order to output correctly public static bool WriteToDatFromDict(string name, string description, string version, string date, string category, string author, bool forceunpack, bool old, bool merge, string outDir, Dictionary> dict, Logger logger) {