Skip to content

Commit

Permalink
PINK: Added detection for English versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Jun 28, 2018
1 parent e9d1fa0 commit 7e344ab
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions engines/pink/detection_tables.h
Expand Up @@ -32,9 +32,9 @@ static const ADGameDescription gameDescriptions[] = {
"peril",
0,
{
{"PPTP.ORB", NULL, NULL, -1},
{"PPTP.BRO", NULL, NULL, -1},
{"PPTP.EXE", NULL, NULL, -1},
{"PPTP.ORB", NULL, "223d0114d443904d8949263d512859da", 618203600},
{"PPTP.BRO", NULL, "bbbc78c0525694b32157570e2ec29784", 8945466},
{"PPTP.EXE", NULL, "82460a604723ed5697fc87cddf9dbeed", 594432},
AD_LISTEND
},
Common::EN_ANY,
Expand All @@ -46,8 +46,8 @@ static const ADGameDescription gameDescriptions[] = {
"pokus",
0,
{
{"HPP.orb", NULL, NULL, -1},
{"hpp.exe", NULL, NULL, -1},
{"HPP.orb", NULL, "f480597a78ab70c2021b4141fe44a512", 503443586},
{"hpp.exe", NULL, "05c321e75dd51e40f00c6d85cf9f2b34", 697856},
AD_LISTEND
},
Common::EN_ANY,
Expand Down

0 comments on commit 7e344ab

Please sign in to comment.