[Scummvm-git-logs] scummvm master -> db17478d1a7c29a77cb24ea2a180f10de34be2d7

csnover csnover at users.noreply.github.com
Wed May 3 23:07:59 CEST 2017


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:
db17478d1a SCI32: Add Italian KQ7 detection entry


Commit: db17478d1a7c29a77cb24ea2a180f10de34be2d7
    https://github.com/scummvm/scummvm/commit/db17478d1a7c29a77cb24ea2a180f10de34be2d7
Author: Colin Snover (github.com at zetafleet.com)
Date: 2017-05-03T16:05:50-05:00

Commit Message:
SCI32: Add Italian KQ7 detection entry

Fixes Trac#9739.

Changed paths:
    engines/sci/detection_tables.h


diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 44f0ca1..144479c 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -1905,6 +1905,24 @@ static const struct ADGameDescription SciGameDescriptions[] = {
 		AD_LISTEND},
 		Common::EN_ANY, Common::kPlatformWindows, ADGF_TESTING | ADGF_CD, GUIO_KQ7 },
 
+	// King's Quest 7 - Italian DOS (from dego93 on bug report Trac#9739)
+	// VERSION file reports "2.00"
+	{"kq7", "", {
+		{"resource.aud", 0, "649ce88c0786c0ed4b637728d20ddc9b", 202663332},
+		{"resource.000", 0, "51c1ead1163e19a2de8f121c39df7a76", 200764100},
+		{"resource.map", 0, "c174fb32f045112e210373a31681d97f", 18709},
+		AD_LISTEND},
+		Common::IT_ITA, Common::kPlatformDOS, ADGF_TESTING | ADGF_CD, GUIO_KQ7 },
+
+	// King's Quest 7 - Italian Windows (from dego93 on bug report Trac#9739)
+	// VERSION file reports "2.00"
+	{"kq7", "", {
+		{"resource.aud", 0, "649ce88c0786c0ed4b637728d20ddc9b", 202663332},
+		{"resource.000", 0, "51c1ead1163e19a2de8f121c39df7a76", 200764100},
+		{"resource.map", 0, "c174fb32f045112e210373a31681d97f", 18709},
+		AD_LISTEND},
+		Common::IT_ITA, Common::kPlatformWindows, ADGF_TESTING | ADGF_CD, GUIO_KQ7 },
+
 	// King's Quest 7 - Spanish DOS (from jvprat)
 	// Executable scanning reports "2.100.002", VERSION file reports "2.00"
 	{"kq7", "", {





More information about the Scummvm-git-logs mailing list