aboutsummaryrefslogtreecommitdiff
path: root/engines/pink/detection_tables.h
diff options
context:
space:
mode:
authorEugene Sandulenko2018-06-20 18:22:40 +0200
committerEugene Sandulenko2018-06-28 23:51:32 +0200
commit8b43fe75bce27b0cc984d8f78179a6f7f718d200 (patch)
tree3cd20da390140798ccec4c34342eae6765460068 /engines/pink/detection_tables.h
parent4d847d83ed09aa3af563b1aeaa3fb7fbd137326b (diff)
downloadscummvm-rg350-8b43fe75bce27b0cc984d8f78179a6f7f718d200.tar.gz
scummvm-rg350-8b43fe75bce27b0cc984d8f78179a6f7f718d200.tar.bz2
scummvm-rg350-8b43fe75bce27b0cc984d8f78179a6f7f718d200.zip
PINK: Added Finnish and Spanish versions detection
Diffstat (limited to 'engines/pink/detection_tables.h')
-rw-r--r--engines/pink/detection_tables.h48
1 files changed, 47 insertions, 1 deletions
diff --git a/engines/pink/detection_tables.h b/engines/pink/detection_tables.h
index 282faf6fe6..145fccadf9 100644
--- a/engines/pink/detection_tables.h
+++ b/engines/pink/detection_tables.h
@@ -44,6 +44,22 @@ static const ADGameDescription gameDescriptions[] = {
GUIO1(GUIO_NONE)
},
+ // Finnish
+ {
+ "peril",
+ 0,
+ {
+ {"PPTP.ORB", NULL, "32c31829bf7e74a64968dd05f3224ce9", 612549215},
+ {"PPTP.BRO", NULL, "bbbc78c0525694b32157570e2ec29784", 8945466},
+ {"PPTP.EXE", NULL, "03481f57d216d368ef218b80c28dd2a2", 599040},
+ AD_LISTEND
+ },
+ Common::FI_FIN,
+ Common::kPlatformWindows,
+ ADGF_UNSTABLE | ADGF_DROPPLATFORM,
+ GUIO1(GUIO_NONE)
+ },
+
// French
{
"peril",
@@ -92,6 +108,22 @@ static const ADGameDescription gameDescriptions[] = {
GUIO1(GUIO_NONE)
},
+ // Spanish
+ {
+ "peril",
+ 0,
+ {
+ {"PPTP.ORB", NULL, "1225f76fe3a60d2ed2321ac92e2c1e79", 633626567},
+ {"PPTP.BRO", NULL, "af9e0e58ee9046dceda4f55060ebd34c", 20},
+ {"PPTP.EXE", NULL, "69f0472cda67bc146cbb709da2bc58fe", 595456},
+ AD_LISTEND
+ },
+ Common::ES_ESP,
+ Common::kPlatformWindows,
+ ADGF_UNSTABLE | ADGF_DROPPLATFORM,
+ GUIO1(GUIO_NONE)
+ },
+
// Swedish
{
"peril",
@@ -168,6 +200,21 @@ static const ADGameDescription gameDescriptions[] = {
GUIO1(GUIO_NONE)
},
+ // Spanish
+ {
+ "pokus",
+ 0,
+ {
+ {"HPP.orb", NULL, "68040543f153e494e42efe9fab47b850", 508716126},
+ {"hpp.exe", NULL, "ce835ddfd7444b2e4a613ca5a82125a4", 699904},
+ AD_LISTEND
+ },
+ Common::ES_ESP,
+ Common::kPlatformWindows,
+ ADGF_UNSTABLE | ADGF_DROPPLATFORM,
+ GUIO1(GUIO_NONE)
+ },
+
// Swedish
{
"pokus",
@@ -183,7 +230,6 @@ static const ADGameDescription gameDescriptions[] = {
GUIO1(GUIO_NONE)
},
-
AD_TABLE_END_MARKER
};