diff options
author | lotharsm | 2019-03-20 22:10:56 +0100 |
---|---|---|
committer | Lothar Serra Mari | 2019-03-21 06:12:48 +0100 |
commit | 9b47d340b955c2bea7f033c88e69403ce4a82cca (patch) | |
tree | d562add6a8df778c6645723c5349b9b59eb25b41 | |
parent | 120955b9a286ffb245b15c83289d931794f1820c (diff) | |
download | scummvm-rg350-9b47d340b955c2bea7f033c88e69403ce4a82cca.tar.gz scummvm-rg350-9b47d340b955c2bea7f033c88e69403ce4a82cca.tar.bz2 scummvm-rg350-9b47d340b955c2bea7f033c88e69403ce4a82cca.zip |
PINK: Add detection entry for Danish "pokus" version
Detection information was provided by sauravisus in
https://bugs.scummvm.org/ticket/10919
-rw-r--r-- | engines/pink/detection_tables.h | 13 |
1 files changed, 13 insertions, 0 deletions
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 }; |