diff options
author | Matthew Hoops | 2010-05-30 21:44:26 +0000 |
---|---|---|
committer | Matthew Hoops | 2010-05-30 21:44:26 +0000 |
commit | e13abd77e92a4c363731f4a6775aa26865bb4ad6 (patch) | |
tree | 3998d37ed3cc0bc6883aaeb5ed2b897de5828426 /engines/mohawk | |
parent | 3b96e4833e0035ce5d54efbdd1badeaca858f5ae (diff) | |
download | scummvm-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
Diffstat (limited to 'engines/mohawk')
-rw-r--r-- | engines/mohawk/detection.cpp | 36 |
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 { |