From 324ba22180aa5cd6b0bf04c78bbce3901b329fc5 Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Thu, 21 Feb 2019 22:18:46 -0330 Subject: [PATCH] Updated comments. --- src/common/main.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/common/main.cxx b/src/common/main.cxx index 8cf932e09..5be707201 100644 --- a/src/common/main.cxx +++ b/src/common/main.cxx @@ -81,14 +81,12 @@ void parseCommandLine(int ac, char* av[], key = key.substr(1); // Certain options are used only in the main function - // We detect these now, and remove them from further consideration if(key == "help" || key == "listrominfo" || key == "rominfo" || key == "takesnapshot") { localOpts[key] = true; continue; } - // Take care of arguments without an option that are needed outside - // be saved to the config file + // Take care of arguments without an option that are needed globally if(key == "debug" || key == "holdselect" || key == "holdreset") { globalOpts[key] = true;