[Scummvm-cvs-logs] scummvm master -> 12d1af66ef6d579141320017866ed7737b2b4c2e

csnover csnover at users.noreply.github.com
Thu Aug 4 16:53:12 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:
12d1af66ef SCI32: Add QFG4 Windows signature


Commit: 12d1af66ef6d579141320017866ed7737b2b4c2e
    https://github.com/scummvm/scummvm/commit/12d1af66ef6d579141320017866ed7737b2b4c2e
Author: Colin Snover (github.com at zetafleet.com)
Date: 2016-08-04T09:52:56-05:00

Commit Message:
SCI32: Add QFG4 Windows signature

Changed paths:
    engines/sci/detection_tables.h



diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 4b8ede3..de342a3 100644
--- a/engines/sci/detection_tables.h
+++ b/engines/sci/detection_tables.h
@@ -3773,6 +3773,14 @@ static const struct ADGameDescription SciGameDescriptions[] = {
 		AD_LISTEND},
 		Common::EN_ANY, Common::kPlatformDOS, ADGF_CD | ADGF_UNSTABLE, GUIO_QFG4_CD	},
 
+	// Quest for Glory 4 CD - English DOS/Windows (from jvprat)
+	// Executable scanning reports "2.100.002", VERSION file reports "1.0"
+	{"qfg4", "CD", {
+		{"resource.map", 0, "aba367f2102e81782d961b14fbe3d630", 10246},
+		{"resource.000", 0, "263dce4aa34c49d3ad29bec889007b1c", 11571394},
+		AD_LISTEND},
+		Common::EN_ANY, Common::kPlatformWindows, ADGF_CD | ADGF_UNSTABLE, GUIO_QFG4_CD	},
+
 #define GUIO_RAMA_DEMO GUIO5(GAMEOPTION_ENABLE_BLACK_LINED_VIDEO, \
                              GUIO_NOASPECT, \
                              GAMEOPTION_PREFER_DIGITAL_SFX, \






More information about the Scummvm-git-logs mailing list