[Scummvm-cvs-logs] scummvm master -> 9d33b09885d4205d54cd577a0bbef5172f00e4a3

digitall dgturner at iee.org
Mon Jun 9 18:21:10 CEST 2014


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:
9d33b09885 MOHAWK: Add Detection Entry for Italian 5-CD version of Riven.


Commit: 9d33b09885d4205d54cd577a0bbef5172f00e4a3
    https://github.com/scummvm/scummvm/commit/9d33b09885d4205d54cd577a0bbef5172f00e4a3
Author: D G Turner (digitall at scummvm.org)
Date: 2014-06-09T17:24:55+01:00

Commit Message:
MOHAWK: Add Detection Entry for Italian 5-CD version of Riven.

This closes bug #6629.

Changed paths:
    engines/mohawk/detection_tables.h



diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h
index 8a9c0f7..eb3e17a 100644
--- a/engines/mohawk/detection_tables.h
+++ b/engines/mohawk/detection_tables.h
@@ -312,6 +312,24 @@ static const MohawkGameDescription gameDescriptions[] = {
 	},
 
 	// Riven: The Sequel to Myst
+	// Version 1.? (5CD)
+	// From dodomorandi on bug #6629
+	{
+		{
+			"riven",
+			"",
+			AD_ENTRY1("a_Data.MHK", "0e21e89df7788f32056b6521abf2e81a"),
+			Common::IT_ITA,
+			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
 	{






More information about the Scummvm-git-logs mailing list