diff options
author | Arnaud Boutonné | 2010-01-03 21:50:13 +0000 |
---|---|---|
committer | Arnaud Boutonné | 2010-01-03 21:50:13 +0000 |
commit | e71754b64d8c0f590a40a0766c7293afd46df8da (patch) | |
tree | ebb9671c40c6e3d37f8e596e2f4d9d527a079b12 /engines | |
parent | df81b68967d379c527b60c4bca2203a88c4be5d9 (diff) | |
download | scummvm-rg350-e71754b64d8c0f590a40a0766c7293afd46df8da.tar.gz scummvm-rg350-e71754b64d8c0f590a40a0766c7293afd46df8da.tar.bz2 scummvm-rg350-e71754b64d8c0f590a40a0766c7293afd46df8da.zip |
Add detection for a french Myst
svn-id: r46954
Diffstat (limited to 'engines')
-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 |