diff options
author | Colin Snover | 2016-07-28 14:47:32 -0500 |
---|---|---|
committer | Colin Snover | 2016-08-04 09:52:56 -0500 |
commit | 12d1af66ef6d579141320017866ed7737b2b4c2e (patch) | |
tree | f197cce44880b557ebeda868a83da21938bf0db0 /engines/sci | |
parent | 13d0ec9bea228064dcbca393c90afcb1bbf2ecea (diff) | |
download | scummvm-rg350-12d1af66ef6d579141320017866ed7737b2b4c2e.tar.gz scummvm-rg350-12d1af66ef6d579141320017866ed7737b2b4c2e.tar.bz2 scummvm-rg350-12d1af66ef6d579141320017866ed7737b2b4c2e.zip |
SCI32: Add QFG4 Windows signature
Diffstat (limited to 'engines/sci')
-rw-r--r-- | engines/sci/detection_tables.h | 8 |
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, \ |