diff options
-rw-r--r-- | engines/mohawk/detection.cpp | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/engines/mohawk/detection.cpp b/engines/mohawk/detection.cpp index 73781150a3..348c4f103f 100644 --- a/engines/mohawk/detection.cpp +++ b/engines/mohawk/detection.cpp @@ -233,6 +233,24 @@ static const MohawkGameDescription gameDescriptions[] = { 0, }, + // Myst + // French Windows 3.11 + // From Strangerke + { + { + "myst", + "", + AD_ENTRY1("MYST.DAT", "d631d42567a941c67c78f2e491f4ea58"), + Common::FR_FRA, + Common::kPlatformWindows, + ADGF_NO_FLAGS, + Common::GUIO_NONE + }, + GType_MYST, + 0, + 0, + }, + // Making of Myst // English Windows 3.11 // From clone2727 |