[Scummvm-git-logs] scummvm master -> 9b47d340b955c2bea7f033c88e69403ce4a82cca
lotharsm
serra at scummvm.org
Thu Mar 21 06:12:52 CET 2019
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
9b47d340b9 PINK: Add detection entry for Danish "pokus" version
Commit: 9b47d340b955c2bea7f033c88e69403ce4a82cca
https://github.com/scummvm/scummvm/commit/9b47d340b955c2bea7f033c88e69403ce4a82cca
Author: lotharsm (serra at scummvm.org)
Date: 2019-03-21T06:12:48+01:00
Commit Message:
PINK: Add detection entry for Danish "pokus" version
Detection information was provided by sauravisus in
https://bugs.scummvm.org/ticket/10919
Changed paths:
engines/pink/detection_tables.h
diff --git a/engines/pink/detection_tables.h b/engines/pink/detection_tables.h
index dab187e..693dd7db 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
};
More information about the Scummvm-git-logs
mailing list