diff options
author | Eugene Sandulenko | 2018-06-21 21:58:13 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2018-06-28 23:51:32 +0200 |
commit | db5f5e7b0d6bafc54d1dd02edbbc7632bf37198c (patch) | |
tree | 0b39363e4e12a794f09bbfce8a4ee1cb5fdf3908 | |
parent | b379400e3b8a017e6d409621920b6388cb612ccc (diff) | |
download | scummvm-rg350-db5f5e7b0d6bafc54d1dd02edbbc7632bf37198c.tar.gz scummvm-rg350-db5f5e7b0d6bafc54d1dd02edbbc7632bf37198c.tar.bz2 scummvm-rg350-db5f5e7b0d6bafc54d1dd02edbbc7632bf37198c.zip |
PINK: Added Polish Peril detection
-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 7081de1aa7..81c5800575 100644 --- a/engines/pink/detection_tables.h +++ b/engines/pink/detection_tables.h @@ -92,6 +92,22 @@ static const ADGameDescription gameDescriptions[] = { GUIO1(GUIO_NONE) }, + // Polish + { + "peril", + 0, + { + {"PPTP.ORB", NULL, "3b987bb529e131b92c3eb912871dedbd", 644839372}, + {"PPTP.BRO", NULL, "138a84d0c6ea00066aff488c91cb1973", 8945466}, + {"PPTP.EXE", NULL, "409d7dbc33c5cbfb3457468755d33691", 594432}, + AD_LISTEND + }, + Common::PL_POL, + Common::kPlatformWindows, + ADGF_UNSTABLE | ADGF_DROPPLATFORM, + GUIO1(GUIO_NONE) + }, + // Portuguese { "peril", |