aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Snover2016-07-28 14:47:32 -0500
committerColin Snover2016-08-04 09:52:56 -0500
commit12d1af66ef6d579141320017866ed7737b2b4c2e (patch)
treef197cce44880b557ebeda868a83da21938bf0db0
parent13d0ec9bea228064dcbca393c90afcb1bbf2ecea (diff)
downloadscummvm-rg350-12d1af66ef6d579141320017866ed7737b2b4c2e.tar.gz
scummvm-rg350-12d1af66ef6d579141320017866ed7737b2b4c2e.tar.bz2
scummvm-rg350-12d1af66ef6d579141320017866ed7737b2b4c2e.zip
SCI32: Add QFG4 Windows signature
-rw-r--r--engines/sci/detection_tables.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h
index 4b8ede3062..de342a3afc 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, \