diff options
author | Bastien Bouclet | 2017-03-18 06:38:39 +0100 |
---|---|---|
committer | Bastien Bouclet | 2017-03-18 16:14:55 +0100 |
commit | 213e73038883f2b8498d666bb70851f648198579 (patch) | |
tree | abb6b4eba0eebab93f45dacab64624886a7b4c98 | |
parent | 9b77dc9420befe2f51141c1df381876cb1d7fc59 (diff) | |
download | scummvm-rg350-213e73038883f2b8498d666bb70851f648198579.tar.gz scummvm-rg350-213e73038883f2b8498d666bb70851f648198579.tar.bz2 scummvm-rg350-213e73038883f2b8498d666bb70851f648198579.zip |
MOHAWK: Add detection for Myst v1.0 English
Provided by vonLeheCreative in #9645
-rw-r--r-- | engines/mohawk/detection_tables.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h index 9cc52a78b3..7da3c14633 100644 --- a/engines/mohawk/detection_tables.h +++ b/engines/mohawk/detection_tables.h @@ -48,6 +48,24 @@ static const MohawkGameDescription gameDescriptions[] = { 0, }, + // Myst + // English Windows 3.11, v1.0 + // From vonLeheCreative, #9645 + { + { + "myst", + "", + AD_ENTRY1("MYST.DAT", "0e4b6fcbd2419d4371365314fb7443f8"), + Common::EN_ANY, + Common::kPlatformWindows, + ADGF_NO_FLAGS, + GUI_OPTIONS_MYST + }, + GType_MYST, + 0, + 0, + }, + // Myst Demo // English Windows 3.11 // From CD-ROM Today July, 1994 |