diff options
author | Eugene Sandulenko | 2018-06-20 16:47:51 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2018-06-28 23:51:32 +0200 |
commit | 96dbec01843eff9520eb22bd3cb793526f2f7cd2 (patch) | |
tree | f87ed1c2d4bda538cb874f8e39dc5d4456a637d9 /engines/pink | |
parent | 914ee715ebd3ebabb1f9454daa24c245a1bec023 (diff) | |
download | scummvm-rg350-96dbec01843eff9520eb22bd3cb793526f2f7cd2.tar.gz scummvm-rg350-96dbec01843eff9520eb22bd3cb793526f2f7cd2.tar.bz2 scummvm-rg350-96dbec01843eff9520eb22bd3cb793526f2f7cd2.zip |
PINK: Added detection for Hebrew version
Diffstat (limited to 'engines/pink')
-rw-r--r-- | engines/pink/detection_tables.h | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/engines/pink/detection_tables.h b/engines/pink/detection_tables.h index 40e1ebb1b9..21bbc78e33 100644 --- a/engines/pink/detection_tables.h +++ b/engines/pink/detection_tables.h @@ -60,6 +60,22 @@ static const ADGameDescription gameDescriptions[] = { GUIO1(GUIO_NONE) }, + // Hebrew + { + "peril", + 0, + { + {"PPTP.ORB", NULL, "52e2aba46d6cc47225bd5345775eeb59", 616292424}, + {"PPTP.BRO", NULL, "9b890f4707b35feb4436bc69d19a5552", 8945466}, + {"PPTP.EXE", NULL, "c78b229fa371a0863225f5159b5d28d9", 592384}, + AD_LISTEND + }, + Common::HE_ISR, + Common::kPlatformWindows, + ADGF_UNSTABLE | ADGF_DROPPLATFORM, + GUIO1(GUIO_NONE) + }, + // English, Version 1.0 { "pokus", @@ -90,6 +106,21 @@ static const ADGameDescription gameDescriptions[] = { GUIO1(GUIO_NONE) }, + // Hebrew + { + "pokus", + 0, + { + {"HPP.orb", NULL, "518453b73021c31566f084b3e4b8bdbf", 502988485}, + {"hpp.exe", NULL, "652a797bf4329834dbdd172749d37996", 642048}, + AD_LISTEND + }, + Common::HE_ISR, + Common::kPlatformWindows, + ADGF_UNSTABLE | ADGF_DROPPLATFORM, + GUIO1(GUIO_NONE) + }, + AD_TABLE_END_MARKER }; |