From 2419de87776aa577bddc314c5f9a471ccb278180 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Wed, 11 Jan 2017 16:58:20 -0800 Subject: [PATCH] [SabreTools] Add commented out list versions --- SabreTools/SabreTools.cs | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/SabreTools/SabreTools.cs b/SabreTools/SabreTools.cs index cb0924e1..589f507e 100644 --- a/SabreTools/SabreTools.cs +++ b/SabreTools/SabreTools.cs @@ -151,11 +151,25 @@ namespace SabreTools tempDir = "", url = null, version = null; + //List crc = new List(); List datfiles = new List(); // SimpleSort + //List exta = new List(); + //List extb = new List(); + //List gamename = new List(); List gametype = new List(); List inputs = new List(); + //List md5 = new List(); + //List notcrc = new List(); + //List notgamename = new List(); List notgametype = new List(); + //List notmd5 = new List(); + //List notromname = new List(); + //List notromtype = new List(); + //List notsha1 = new List(); List notstatus = new List(); + //List romname = new List(); + //List romtype = new List(); + //List sha1 = new List(); List status = new List(); // Determine which switches are enabled (with values if necessary)