[Scummvm-git-logs] scummvm master -> 3718ea7809414efac6d080014174d97deaa3f25e

sev- sev at scummvm.org
Sun Oct 23 19:13:57 CEST 2016


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:
3718ea7809 MOHAWK: Add detection for Japanese Riven


Commit: 3718ea7809414efac6d080014174d97deaa3f25e
    https://github.com/scummvm/scummvm/commit/3718ea7809414efac6d080014174d97deaa3f25e
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-10-23T19:13:28+02:00

Commit Message:
MOHAWK: Add detection for Japanese Riven

Changed paths:
    engines/mohawk/detection_tables.h



diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h
index 2636cc4..35d29a0 100644
--- a/engines/mohawk/detection_tables.h
+++ b/engines/mohawk/detection_tables.h
@@ -406,6 +406,25 @@ static const MohawkGameDescription gameDescriptions[] = {
 		0,
 	},
 
+
+	// Riven: The Sequel to Myst
+	// Version 1.? (5CD) - Japanese
+	// From sev
+	{
+		{
+			"riven",
+			"",
+			AD_ENTRY1s("a_Data.MHK", "3a2b4764979dc007a0e6ded64e4b7889", 10014314),
+			Common::JA_JPN,
+			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