From 9b47d340b955c2bea7f033c88e69403ce4a82cca Mon Sep 17 00:00:00 2001 From: lotharsm Date: Wed, 20 Mar 2019 22:10:56 +0100 Subject: PINK: Add detection entry for Danish "pokus" version Detection information was provided by sauravisus in https://bugs.scummvm.org/ticket/10919 --- engines/pink/detection_tables.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/engines/pink/detection_tables.h b/engines/pink/detection_tables.h index dab187e23f..693dd7db99 100644 --- a/engines/pink/detection_tables.h +++ b/engines/pink/detection_tables.h @@ -257,6 +257,19 @@ static const ADGameDescription gameDescriptions[] = { GUIO1(GUIO_NONE) }, + // Danish + // Version 1.0 + // Contributed by sauravisus in Trac#10919 + { + "pokus", + 0, + AD_ENTRY1s("HPP.orb", "3428dda98c21c4b6cd798750016796ab", 513518023), + Common::DA_DAN, + Common::kPlatformWindows, + ADGF_UNSTABLE | ADGF_DROPPLATFORM, + GUIO1(GUIO_NONE) + }, + AD_TABLE_END_MARKER }; -- cgit v1.2.3