diff options
author | Bastien Bouclet | 2017-06-11 09:04:48 +0200 |
---|---|---|
committer | Bastien Bouclet | 2017-06-13 06:06:39 +0200 |
commit | 1e64ef48e090db528ed25531c69fd569677733fd (patch) | |
tree | d542aa07e9e15e2834b01650acc751fec170b4b2 /engines/sci | |
parent | 335bb21afb0c6f66445a6b2a393a4dfceac06c8a (diff) | |
download | scummvm-rg350-1e64ef48e090db528ed25531c69fd569677733fd.tar.gz scummvm-rg350-1e64ef48e090db528ed25531c69fd569677733fd.tar.bz2 scummvm-rg350-1e64ef48e090db528ed25531c69fd569677733fd.zip |
SCI32: Add detection for PQ4, French CD version
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 9187889793..4924a642ac 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -3461,6 +3461,14 @@ static const struct ADGameDescription SciGameDescriptions[] = { AD_LISTEND}, Common::EN_ANY, Common::kPlatformDOS, ADGF_CD | ADGF_TESTING, GUIO_PQ4_CD }, + // Police Quest 4 - French DOS CD (French text, English speech) (From bgK) + // Executable scanning reports "2.100.002", VERSION file reports "1.000.000" + {"pq4", "CD", { + {"resource.map", 0, "c378f024f27332deccb1bae3b78e693c", 11386}, + {"resource.000", 0, "3dd3ff150b78899500d4e1bea9b733c6", 18866242}, + AD_LISTEND}, + Common::FR_FRA, Common::kPlatformDOS, ADGF_CD | ADGF_TESTING, GUIO_PQ4_CD }, + // Police Quest 4 - German DOS CD (German text, English speech) // Supplied by markcoolio in bug report #3392955 {"pq4", "CD", { |