diff options
author | Andrei Prykhodko | 2018-07-03 11:00:46 +0300 |
---|---|---|
committer | Andrei Prykhodko | 2018-07-03 11:00:46 +0300 |
commit | 68e020ee92f24e49f541c1e3fb0cb68b2b9a8def (patch) | |
tree | 8b50d26ff0e7ef704bc0a11a35f6bb85d82b250a /engines/pink | |
parent | b9006c7df92d9ae229deb9f5909e9765128b9f83 (diff) | |
download | scummvm-rg350-68e020ee92f24e49f541c1e3fb0cb68b2b9a8def.tar.gz scummvm-rg350-68e020ee92f24e49f541c1e3fb0cb68b2b9a8def.tar.bz2 scummvm-rg350-68e020ee92f24e49f541c1e3fb0cb68b2b9a8def.zip |
PINK: added detection for Deutsch version of Peril
Diffstat (limited to 'engines/pink')
-rw-r--r-- | engines/pink/detection_tables.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/engines/pink/detection_tables.h b/engines/pink/detection_tables.h index 9f125a2d47..75f508fd4c 100644 --- a/engines/pink/detection_tables.h +++ b/engines/pink/detection_tables.h @@ -28,6 +28,22 @@ namespace Pink { static const ADGameDescription gameDescriptions[] = { + // Deutsch + { + "peril", + 0, + { + {"PPTP.ORB", 0, "4ee8514f7303dea1949d7fc72ff65d8c", 609695309}, + {"PPTP.BRO", 0, "755dffcf7cb47af0f26f6c5e78d8dc78", 8945466}, + {"PPTP.EXE", 0, "4b46220a25cab0a1b61c047543d513fb", 596992}, + AD_LISTEND + }, + Common::DE_DEU, + Common::kPlatformWindows, + ADGF_UNSTABLE | ADGF_DROPPLATFORM, + GUIO1(GUIO_NONE) + }, + // English, Version 1.0 { "peril", |