aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Hoops2010-05-30 21:44:26 +0000
committerMatthew Hoops2010-05-30 21:44:26 +0000
commite13abd77e92a4c363731f4a6775aa26865bb4ad6 (patch)
tree3998d37ed3cc0bc6883aaeb5ed2b897de5828426
parent3b96e4833e0035ce5d54efbdd1badeaca858f5ae (diff)
downloadscummvm-rg350-e13abd77e92a4c363731f4a6775aa26865bb4ad6.tar.gz
scummvm-rg350-e13abd77e92a4c363731f4a6775aa26865bb4ad6.tar.bz2
scummvm-rg350-e13abd77e92a4c363731f4a6775aa26865bb4ad6.zip
Add md5's for Myst ME and Riven DVD French.
svn-id: r49335
-rw-r--r--engines/mohawk/detection.cpp36
1 files changed, 36 insertions, 0 deletions
diff --git a/engines/mohawk/detection.cpp b/engines/mohawk/detection.cpp
index a7b1fe7fae..7f2e0cb312 100644
--- a/engines/mohawk/detection.cpp
+++ b/engines/mohawk/detection.cpp
@@ -341,6 +341,24 @@ static const MohawkGameDescription gameDescriptions[] = {
0,
},
+ // Myst Masterpiece Edition
+ // French Windows
+ // From gamin (Included in "Myst: La Trilogie")
+ {
+ {
+ "myst",
+ "Masterpiece Edition",
+ AD_ENTRY1("MYST.DAT", "aea81633b2d2ae498f09072fb87263b6"),
+ Common::FR_FRA,
+ Common::kPlatformWindows,
+ ADGF_NO_FLAGS,
+ Common::GUIO_NONE
+ },
+ GType_MYST,
+ GF_ME,
+ 0,
+ },
+
// Riven: The Sequel to Myst
// Version 1.0 (5CD)
// From clone2727
@@ -432,6 +450,24 @@ static const MohawkGameDescription gameDescriptions[] = {
},
// Riven: The Sequel to Myst
+ // Version ? (DVD, From "Myst: La Trilogie")
+ // From gamin
+ {
+ {
+ "riven",
+ "",
+ AD_ENTRY1("a_Data.MHK", "aff2a384aaa9a0e0ec51010f708c5c04"),
+ Common::FR_FRA,
+ Common::kPlatformWindows,
+ ADGF_NO_FLAGS,
+ Common::GUIO_NONE
+ },
+ GType_RIVEN,
+ GF_DVD,
+ 0,
+ },
+
+ // Riven: The Sequel to Myst
// Version ? (Demo, From "Prince of Persia Collector's Edition")
// From Clone2727
{