Skip to content

Commit

Permalink
PINK: Added detection for Russian versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Jun 28, 2018
1 parent 6b6e38f commit 0f2654f
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions engines/pink/detection_tables.h
Expand Up @@ -43,6 +43,23 @@ static const ADGameDescription gameDescriptions[] = {
ADGF_UNSTABLE | ADGF_DROPPLATFORM,
GUIO1(GUIO_NONE)
},

// Russian
{
"peril",
0,
{
{"PPTP.ORB", NULL, "4802bace9cd89a73eb915a075b230646", 635322616},
{"PPTP.BRO", NULL, "87539dbbb34bafbe223c751a60254505", 8945466},
{"PPTP.EXE", NULL, "739259d239acdc0304f904016e775fb3", 742912},
AD_LISTEND
},
Common::RU_RUS,
Common::kPlatformWindows,
ADGF_UNSTABLE | ADGF_DROPPLATFORM,
GUIO1(GUIO_NONE)
},

// English, Version 1.0
{
"pokus",
Expand All @@ -57,6 +74,22 @@ static const ADGameDescription gameDescriptions[] = {
ADGF_UNSTABLE | ADGF_DROPPLATFORM,
GUIO1(GUIO_NONE)
},

// Russian
{
"pokus",
0,
{
{"HPP.orb", NULL, "1e5155c2219b3baea599563e02596ce5", 526369062},
{"hpp.exe", NULL, "32a5937f69dfce9f159b7be358cbd008", 699904},
AD_LISTEND
},
Common::RU_RUS,
Common::kPlatformWindows,
ADGF_UNSTABLE | ADGF_DROPPLATFORM,
GUIO1(GUIO_NONE)
},

AD_TABLE_END_MARKER
};

Expand Down

0 comments on commit 0f2654f

Please sign in to comment.