[Scummvm-git-logs] scummvm master -> 77f24f36ac4fe61cb9a3204cf1c6a919c024a247

bgK bastien.bouclet at gmail.com
Thu May 10 16:17:47 CEST 2018


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
77f24f36ac MOHAWK: RIVEN: Add a detection entry for another DVD version


Commit: 77f24f36ac4fe61cb9a3204cf1c6a919c024a247
    https://github.com/scummvm/scummvm/commit/77f24f36ac4fe61cb9a3204cf1c6a919c024a247
Author: Bastien Bouclet (bastien.bouclet at gmail.com)
Date: 2018-05-10T16:18:07+02:00

Commit Message:
MOHAWK: RIVEN: Add a detection entry for another DVD version

Changed paths:
    engines/mohawk/detection_tables.h


diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h
index a06b814..6dac0b8 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
 	{





More information about the Scummvm-git-logs mailing list