diff options
author | Eugene Sandulenko | 2018-06-20 19:23:18 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2018-06-28 23:51:32 +0200 |
commit | 9e08dc653746d17807d217512abb11cb107fd85a (patch) | |
tree | bcb4791d8750684324b359fe28383a81f646e2d5 | |
parent | 8b43fe75bce27b0cc984d8f78179a6f7f718d200 (diff) | |
download | scummvm-rg350-9e08dc653746d17807d217512abb11cb107fd85a.tar.gz scummvm-rg350-9e08dc653746d17807d217512abb11cb107fd85a.tar.bz2 scummvm-rg350-9e08dc653746d17807d217512abb11cb107fd85a.zip |
PINK: Added Polish Pokus detection
-rw-r--r-- | engines/pink/detection_tables.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/engines/pink/detection_tables.h b/engines/pink/detection_tables.h index 145fccadf9..a2f5d5ab61 100644 --- a/engines/pink/detection_tables.h +++ b/engines/pink/detection_tables.h @@ -185,6 +185,21 @@ static const ADGameDescription gameDescriptions[] = { GUIO1(GUIO_NONE) }, + // Polish + { + "pokus", + 0, + { + {"HPP.orb", NULL, "51fb70412a6a5a6590dcaee842a940ab", 539274161}, + {"hpp.exe", NULL, "8ed8d6c53b0792e6d2e55b89bf5cad9a", 697856}, + AD_LISTEND + }, + Common::PL_POL, + Common::kPlatformWindows, + ADGF_UNSTABLE | ADGF_DROPPLATFORM, + GUIO1(GUIO_NONE) + }, + // Russian { "pokus", |