From 9792e8651ff32bd9af59713223d10109c92b1bdb Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Wed, 20 Jun 2018 19:55:12 +0200 Subject: PINK: Added detection for Portuguese versions of the games --- engines/pink/detection_tables.h | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'engines') diff --git a/engines/pink/detection_tables.h b/engines/pink/detection_tables.h index a2f5d5ab61..64f56c4695 100644 --- a/engines/pink/detection_tables.h +++ b/engines/pink/detection_tables.h @@ -92,6 +92,22 @@ static const ADGameDescription gameDescriptions[] = { GUIO1(GUIO_NONE) }, + // Portuguese + { + "peril", + 0, + { + {"PPTP.ORB", NULL, "88a498256c4609550cf59497a372b7a3", 642216577}, + {"PPTP.BRO", NULL, "083c2fb4a3674c384cbc2884fcf774e2", 8945466}, + {"PPTP.EXE", NULL, "6cb9fab3f9b7dc25c3717d657056a149", 598528}, + AD_LISTEND + }, + Common::PT_BRA, + Common::kPlatformWindows, + ADGF_UNSTABLE | ADGF_DROPPLATFORM, + GUIO1(GUIO_NONE) + }, + // Russian { "peril", @@ -200,6 +216,21 @@ static const ADGameDescription gameDescriptions[] = { GUIO1(GUIO_NONE) }, + // Portuguese + { + "pokus", + 0, + { + {"HPP.orb", NULL, "149661ec6c35488a300293776a74b460", 526755539}, + {"hpp.exe", NULL, "57aefed890deeac3227660f75833acc9", 698880}, + AD_LISTEND + }, + Common::PT_BRA, + Common::kPlatformWindows, + ADGF_UNSTABLE | ADGF_DROPPLATFORM, + GUIO1(GUIO_NONE) + }, + // Russian { "pokus", -- cgit v1.2.3