diff options
author | Eugene Sandulenko | 2018-06-20 15:35:08 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2018-06-28 23:51:32 +0200 |
commit | 7e344abbd9f5c826d9c0dc280e6f2bd7837e89e8 (patch) | |
tree | 4d38f8ecdf3cbed209dd4f62e781b2647c05a3ef /engines/pink/detection_tables.h | |
parent | e9d1fa0c617537b23a5b4a863fd9ac048198e4b5 (diff) | |
download | scummvm-rg350-7e344abbd9f5c826d9c0dc280e6f2bd7837e89e8.tar.gz scummvm-rg350-7e344abbd9f5c826d9c0dc280e6f2bd7837e89e8.tar.bz2 scummvm-rg350-7e344abbd9f5c826d9c0dc280e6f2bd7837e89e8.zip |
PINK: Added detection for English versions
Diffstat (limited to 'engines/pink/detection_tables.h')
-rw-r--r-- | engines/pink/detection_tables.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/engines/pink/detection_tables.h b/engines/pink/detection_tables.h index a0062d7070..c2e5f871e2 100644 --- a/engines/pink/detection_tables.h +++ b/engines/pink/detection_tables.h @@ -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, @@ -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, |