aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--base/gameDetector.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/base/gameDetector.cpp b/base/gameDetector.cpp
index 91d13e2b38..adab551b3f 100644
--- a/base/gameDetector.cpp
+++ b/base/gameDetector.cpp
@@ -562,6 +562,10 @@ void GameDetector::parseCommandLine(int argc, char **argv) {
settings["copy_protection"] = boolValue ? "true" : "false";
END_OPTION
+ DO_LONG_OPTION("gui-theme")
+ settings["gui_theme"] = option;
+ END_OPTION
+
#ifndef DISABLE_SCUMM
DO_LONG_OPTION("tempo")
// Use the special value '0' for the base in (int)strtol.