Skip to content

Commit

Permalink
MOHAWK: Added detection for Russian Riven
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Jan 12, 2016
1 parent 0c091f4 commit 2d45896
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions engines/mohawk/detection_tables.h
Expand Up @@ -329,6 +329,23 @@ static const MohawkGameDescription gameDescriptions[] = {
0,
},

// 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
Expand Down Expand Up @@ -401,6 +418,23 @@ static const MohawkGameDescription gameDescriptions[] = {
0,
},

// 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
Expand Down

0 comments on commit 2d45896

Please sign in to comment.