From 741af21e726f48c1bcc1c9d1d7f619bc886a206f Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Fri, 13 May 2016 22:53:17 -0700 Subject: [PATCH] [doc] update actual key definition --- SabreHelper/RomManipulation.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SabreHelper/RomManipulation.cs b/SabreHelper/RomManipulation.cs index 4315f8aa..006adfce 100644 --- a/SabreHelper/RomManipulation.cs +++ b/SabreHelper/RomManipulation.cs @@ -373,7 +373,7 @@ namespace SabreTools.Helper /// Source ID for the DAT /// The dictionary to add found roms to /// Logger object for console and/or file output - /// Dictionary with "crc-md5-sha1-size" key and List of RomData objects value representing the found data + /// Dictionary with "size-crc" key and List of RomData objects value representing the found data public static Dictionary> ParseDict(string filename, int sysid, int srcid, Dictionary> dict, Logger logger) { XmlTextReader xtr = GetXmlTextReader(filename, logger);