diff options
author | D G Turner | 2013-03-08 22:31:09 +0000 |
---|---|---|
committer | D G Turner | 2013-03-08 22:31:09 +0000 |
commit | 5e801ef41a17a1862d1c98d635ec586f4ad4503e (patch) | |
tree | a1998c931b947e65e4cdbcd92540a6569893c564 | |
parent | d9e413defbbe0ab8b18e86806d0e1bd6a8c2217a (diff) | |
download | scummvm-rg350-5e801ef41a17a1862d1c98d635ec586f4ad4503e.tar.gz scummvm-rg350-5e801ef41a17a1862d1c98d635ec586f4ad4503e.tar.bz2 scummvm-rg350-5e801ef41a17a1862d1c98d635ec586f4ad4503e.zip |
MOHAWK: Add Myst and Riven Polish detection entries.
These are from bug #3606788 ("Mohawk: Myst: ME - polish MD5") and bug
-rw-r--r-- | engines/mohawk/detection_tables.h | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h index fc7dfce9bb..87635bfc6a 100644 --- a/engines/mohawk/detection_tables.h +++ b/engines/mohawk/detection_tables.h @@ -239,6 +239,24 @@ static const MohawkGameDescription gameDescriptions[] = { 0, }, + // Myst Masterpiece Edition + // Polish Windows + // From pykman (Included in "Myst: Antologia") + { + { + "myst", + "Masterpiece Edition", + AD_ENTRY1("MYST.DAT", "4a05771b60f4a69869838d01e85c9e80"), + Common::PL_POL, + Common::kPlatformWindows, + ADGF_UNSTABLE, + GUIO1(GUIO_NOASPECT) + }, + GType_MYST, + GF_ME, + 0, + }, + // Riven: The Sequel to Myst // Version 1.0 (5CD) // From clone2727 @@ -348,6 +366,24 @@ static const MohawkGameDescription gameDescriptions[] = { }, // Riven: The Sequel to Myst + // Version 1.02 (DVD, From "Myst: Antologia") + // From pykman + { + { + "riven", + "", + AD_ENTRY1("a_Data.MHK", "733a710cf5f848b441ec72d988ab8a3d"), + Common::PL_POL, + Common::kPlatformWindows, + ADGF_UNSTABLE, + GUIO1(GUIO_NOASPECT) + }, + GType_RIVEN, + GF_DVD, + 0, + }, + + // Riven: The Sequel to Myst // Version ? (Demo, From "Prince of Persia Collector's Edition") // From Clone2727 { |