[Scummvm-cvs-logs] scummvm master -> 030dd7aaf90e3dd386257de2d4d479bd8e223fe9

bluegr bluegr at gmail.com
Wed Jan 13 02:44:57 CET 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:
030dd7aaf9 MOHAWK: Add detection for the Italian version of Myst (bug #6895)


Commit: 030dd7aaf90e3dd386257de2d4d479bd8e223fe9
    https://github.com/scummvm/scummvm/commit/030dd7aaf90e3dd386257de2d4d479bd8e223fe9
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2016-01-13T03:44:04+02:00

Commit Message:
MOHAWK: Add detection for the Italian version of Myst (bug #6895)

Changed paths:
    engines/mohawk/detection_tables.h



diff --git a/engines/mohawk/detection_tables.h b/engines/mohawk/detection_tables.h
index 69b2d20..0841397 100644
--- a/engines/mohawk/detection_tables.h
+++ b/engines/mohawk/detection_tables.h
@@ -114,6 +114,24 @@ static const MohawkGameDescription gameDescriptions[] = {
 	},
 
 	// Myst
+	// Italian Windows ?
+	// From jvprat
+	{
+		{
+			"myst",
+			"",
+			AD_ENTRY1("MYST.DAT", "a5795ce1751fc42525e4f9a1859181d5"),
+			Common::IT_ITA,
+			Common::kPlatformWindows,
+			ADGF_UNSTABLE,
+			GUIO1(GUIO_NOASPECT)
+		},
+		GType_MYST,
+		0,
+		0,
+	},
+
+	// Myst
 	// Japanese Windows 3.11
 	// From clone2727
 	{






More information about the Scummvm-git-logs mailing list