From 7e1e73e39df1315be66aeade7d64a535c3ce5416 Mon Sep 17 00:00:00 2001 From: Wammus Date: Wed, 23 Oct 2019 02:13:49 +0200 Subject: PINK: Add Dutch detection entry --- engines/pink/detection_tables.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'engines/pink') 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", -- cgit v1.2.3