From e35f016016f819c25aea8230ec3364a782371b6d Mon Sep 17 00:00:00 2001 From: Andrei Prykhodko Date: Tue, 7 May 2019 13:45:55 +0300 Subject: PINK: added English detection entry --- engines/pink/detection_tables.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'engines/pink') diff --git a/engines/pink/detection_tables.h b/engines/pink/detection_tables.h index d9d8d5a30e..28344037a2 100644 --- a/engines/pink/detection_tables.h +++ b/engines/pink/detection_tables.h @@ -59,6 +59,17 @@ static const ADGameDescription gameDescriptions[] = { GUIO1(GUIO_NONE) }, + // English Great Britain + { + "peril", + 0, + AD_ENTRY1s("PPTP.ORB", "1ee65e570adb37d446a3be657e4b2e9a", 619145676), + Common::EN_GRB, + Common::kPlatformWindows, + ADGF_UNSTABLE | ADGF_DROPPLATFORM, + GUIO1(GUIO_NONE) + }, + // Finnish { "peril", -- cgit v1.2.3