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 b5b2854d39..6e89c95f73 100644
--- a/base/gameDetector.cpp
+++ b/base/gameDetector.cpp
@@ -585,6 +585,10 @@ void GameDetector::parseCommandLine(int argc, char **argv) {
settings["gui_theme"] = option;
END_OPTION
+ DO_LONG_OPTION("target-md5")
+ settings["target_md5"] = option;
+ END_OPTION
+
#ifndef DISABLE_SCUMM
DO_LONG_OPTION("tempo")
// Use the special value '0' for the base in (int)strtol.