diff options
author | sluicebox | 2019-12-08 22:23:32 -0800 |
---|---|---|
committer | sluicebox | 2019-12-08 22:23:47 -0800 |
commit | f17dac9c037ce1c6dba301afa13f786f62a20408 (patch) | |
tree | 668c2fdc89e3a377d05ba36f85d4ab63070a999c /engines | |
parent | 721ba45c281a1193efb71e177be38914056b0923 (diff) | |
download | scummvm-rg350-f17dac9c037ce1c6dba301afa13f786f62a20408.tar.gz scummvm-rg350-f17dac9c037ce1c6dba301afa13f786f62a20408.tar.bz2 scummvm-rg350-f17dac9c037ce1c6dba301afa13f786f62a20408.zip |
SCI32: Add PHANT1 German Patch detection entry
Trac #9743
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sci/detection_tables.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/engines/sci/detection_tables.h b/engines/sci/detection_tables.h index 0c58bcd154..a1f84c8b3c 100644 --- a/engines/sci/detection_tables.h +++ b/engines/sci/detection_tables.h @@ -3326,6 +3326,13 @@ static const struct ADGameDescription SciGameDescriptions[] = { AD_LISTEND}, Common::EN_ANY, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_PHANTASMAGORIA }, + // Phantasmagoria - German Patch V3 externally applied to GOG English DOS/Windows version + {"phantasmagoria", "", { + {"ressci.000", 0, "cd5967f9b9586e3380645961c0765be3", 116817874}, + {"resmap.000", 0, "59a0362e4133d4d82d546d75333813ae", 16486}, + AD_LISTEND}, + Common::DE_DEU, Common::kPlatformDOS, ADGF_NO_FLAGS, GUIO_PHANTASMAGORIA }, + // Phantasmagoria - English Macintosh // NOTE: This only contains disc 1 files (as well as the two persistent files: // Data1 and Data13. Other discs have conflicting names :( |