[Scummvm-git-logs] scummvm master -> 7e1e73e39df1315be66aeade7d64a535c3ce5416

bluegr bluegr at gmail.com
Wed Oct 23 06:30:37 CEST 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:
7e1e73e39d PINK: Add Dutch detection entry


Commit: 7e1e73e39df1315be66aeade7d64a535c3ce5416
    https://github.com/scummvm/scummvm/commit/7e1e73e39df1315be66aeade7d64a535c3ce5416
Author: Wammus (iwammus at gmail.com)
Date: 2019-10-23T07:30:33+03:00

Commit Message:
PINK: Add Dutch detection entry

Changed paths:
    engines/pink/detection_tables.h


diff --git a/engines/pink/detection_tables.h b/engines/pink/detection_tables.h
index 92235c6..f7e7e89 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",





More information about the Scummvm-git-logs mailing list