From 889c149c05791de426310c197b30e5e5c7687737 Mon Sep 17 00:00:00 2001 From: rootfather Date: Thu, 8 Feb 2018 14:53:27 +0100 Subject: MOHAWK: Add detection for English Myst, Win 3.11, Version 1.0.1 --- engines/mohawk/detection_tables.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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 @@ -51,6 +51,25 @@ static const MohawkGameDescription gameDescriptions[] = { 0, }, + // 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 -- cgit v1.2.3