diff options
-rw-r--r-- | engines/mohawk/detection_tables.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h index e35fc842e6..8e3b6a428b 100644 --- a/engines/mohawk/detection_tables.h +++ b/engines/mohawk/detection_tables.h @@ -52,6 +52,25 @@ static const MohawkGameDescription gameDescriptions[] = { }, // Myst + // English Windows 3.11 + // Version 1.0.1 + // From rootfather + { + { + "myst", + "", + AD_ENTRY1("MYST.DAT", "4beb3366ed3f3b9bfb6e81a14a43bdcc"), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_NO_FLAGS, + GUI_OPTIONS_MYST + }, + GType_MYST, + 0, + 0, + }, + + // Myst // English Windows 3.11, v1.0 // From vonLeheCreative, #9645 { |