aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Sandulenko2016-01-12 23:49:23 +0100
committerEugene Sandulenko2016-01-12 23:53:14 +0100
commit2d45896977a62fdf631d344c43834d69e42754c5 (patch)
treed69218d98424d19560c2d91927a0fd6b55937571
parent0c091f4faabc073785a8ffe34b92855a665b4dd0 (diff)
downloadscummvm-rg350-2d45896977a62fdf631d344c43834d69e42754c5.tar.gz
scummvm-rg350-2d45896977a62fdf631d344c43834d69e42754c5.tar.bz2
scummvm-rg350-2d45896977a62fdf631d344c43834d69e42754c5.zip
MOHAWK: Added detection for Russian Riven
-rw-r--r--engines/mohawk/detection_tables.h34
1 files changed, 34 insertions, 0 deletions
diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h
index 6bb836b5b8..69b2d20f8e 100644
--- a/engines/mohawk/detection_tables.h
+++ b/engines/mohawk/detection_tables.h
@@ -330,6 +330,23 @@ static const MohawkGameDescription gameDescriptions[] = {
},
// Riven: The Sequel to Myst
+ // Version 1.1 (5CD) - Russian, Fargus
+ {
+ {
+ "riven",
+ "",
+ AD_ENTRY1("a_Data.MHK", "59bd2e3ccbae2f1faa1b23a18dc316eb"),
+ Common::RU_RUS,
+ Common::kPlatformWindows,
+ ADGF_UNSTABLE,
+ GUIO1(GUIO_NOASPECT)
+ },
+ GType_RIVEN,
+ 0,
+ 0,
+ },
+
+ // Riven: The Sequel to Myst
// Version 1.? (DVD, From "Myst 10th Anniversary Edition")
// From Clone2727
{
@@ -402,6 +419,23 @@ static const MohawkGameDescription gameDescriptions[] = {
},
// Riven: The Sequel to Myst
+ // Version 1.1 (DVD), Russan, Fargus
+ {
+ {
+ "riven",
+ "DVD",
+ AD_ENTRY1("a_Data.MHK", "b5f40e6e6b843bf3abea291faa0911f4"),
+ Common::RU_RUS,
+ 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
{