From db5f5e7b0d6bafc54d1dd02edbbc7632bf37198c Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Thu, 21 Jun 2018 21:58:13 +0200 Subject: PINK: Added Polish Peril detection --- engines/pink/detection_tables.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'engines/pink/detection_tables.h') 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", -- cgit v1.2.3