[Scummvm-git-logs] scummvm master -> 2c9f714bdb2902f3873f884404de1c7782a01bc9

tag2015 noreply at scummvm.org
Wed Nov 22 10:50:41 UTC 2023


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:
2c9f714bdb PINK: Add detection for Norwegian Passport to Peril


Commit: 2c9f714bdb2902f3873f884404de1c7782a01bc9
    https://github.com/scummvm/scummvm/commit/2c9f714bdb2902f3873f884404de1c7782a01bc9
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2023-11-22T11:45:35+01:00

Commit Message:
PINK: Add detection for Norwegian Passport to Peril

Changed paths:
    engines/pink/detection_tables.h


diff --git a/engines/pink/detection_tables.h b/engines/pink/detection_tables.h
index 5bdb92c5036..7ec5e42607d 100644
--- a/engines/pink/detection_tables.h
+++ b/engines/pink/detection_tables.h
@@ -125,6 +125,17 @@ static const ADGameDescription gameDescriptions[] = {
 		GUIO1(GUIO_NOMIDI)
 	},
 
+	// Norwegian
+	{
+		"peril",
+		0,
+		AD_ENTRY1s("PPTP.ORB", "5f4db7a9c8dab9c871f571c75120de72", 612644330),
+		Common::NB_NOR,
+		Common::kPlatformWindows,
+		ADGF_DROPPLATFORM,
+		GUIO1(GUIO_NOMIDI)
+	},
+
 	// Polish
 	{
 		"peril",




More information about the Scummvm-git-logs mailing list