diff options
author | Wammus | 2019-10-23 02:13:49 +0200 |
---|---|---|
committer | Filippos Karapetis | 2019-10-23 07:30:33 +0300 |
commit | 7e1e73e39df1315be66aeade7d64a535c3ce5416 (patch) | |
tree | 222d8dff531dc1f43d32845041747d430e8651f9 | |
parent | 31c3b4cd3276f9fa40adef6380951903189de796 (diff) | |
download | scummvm-rg350-7e1e73e39df1315be66aeade7d64a535c3ce5416.tar.gz scummvm-rg350-7e1e73e39df1315be66aeade7d64a535c3ce5416.tar.bz2 scummvm-rg350-7e1e73e39df1315be66aeade7d64a535c3ce5416.zip |
PINK: Add Dutch detection entry
-rw-r--r-- | engines/pink/detection_tables.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/engines/pink/detection_tables.h b/engines/pink/detection_tables.h index 92235c6915..f7e7e89994 100644 --- a/engines/pink/detection_tables.h +++ b/engines/pink/detection_tables.h @@ -180,6 +180,17 @@ static const ADGameDescription gameDescriptions[] = { GUIO1(GUIO_NOMIDI) }, + // Dutch, Version 2.0 + { + "pokus", + 0, + AD_ENTRY1s("HPP.orb", "993b0491d507efee0010e4f1c000ab8b", 509498617), + Common::NL_NLD, + Common::kPlatformWindows, + ADGF_UNSTABLE | ADGF_DROPPLATFORM, + GUIO1(GUIO_NOMIDI) + }, + // English { "pokus", |