aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Bouclet2018-05-10 16:17:00 +0200
committerBastien Bouclet2018-05-10 16:18:07 +0200
commit77f24f36ac4fe61cb9a3204cf1c6a919c024a247 (patch)
treeb3814ddef96341562214f9ebe91198e43a4bb50c
parentb2ba147d9655dbe8a165a4fafab0faf4bc4686fa (diff)
downloadscummvm-rg350-77f24f36ac4fe61cb9a3204cf1c6a919c024a247.tar.gz
scummvm-rg350-77f24f36ac4fe61cb9a3204cf1c6a919c024a247.tar.bz2
scummvm-rg350-77f24f36ac4fe61cb9a3204cf1c6a919c024a247.zip
MOHAWK: RIVEN: Add a detection entry for another DVD version
-rw-r--r--engines/mohawk/detection_tables.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h
index a06b814fbd..6dac0b8bba 100644
--- a/engines/mohawk/detection_tables.h
+++ b/engines/mohawk/detection_tables.h
@@ -500,6 +500,24 @@ static const MohawkGameDescription gameDescriptions[] = {
},
// Riven: The Sequel to Myst
+ // Version 1.1 (DVD, Pressing code rvd 2811 ab, RVD8AB-BI RVD2811AB)
+ // From wouwehand in #10519
+ {
+ {
+ "riven",
+ "DVD",
+ AD_ENTRY1("a_Data.MHK", "3370cd9a9696814365a2b7fd7a7b726e"),
+ Common::EN_ANY,
+ Common::kPlatformWindows,
+ ADGF_NO_FLAGS,
+ GUI_OPTIONS_RIVEN
+ },
+ GType_RIVEN,
+ GF_DVD,
+ 0,
+ },
+
+ // Riven: The Sequel to Myst
// Version 1.0 (DVD, From "Myst: Die Trilogie")
// From DrMcCoy
{