[Scummvm-git-logs] scummvm master -> ff94d2a56ddebf37dcb26118d996aa2a24f9df13
bluegr
noreply at scummvm.org
Fri Aug 25 21:56:29 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:
ff94d2a56d PINK: Add detection for German pink demo
Commit: ff94d2a56ddebf37dcb26118d996aa2a24f9df13
https://github.com/scummvm/scummvm/commit/ff94d2a56ddebf37dcb26118d996aa2a24f9df13
Author: eientei (einstein95 at users.noreply.github.com)
Date: 2023-08-26T00:56:25+03:00
Commit Message:
PINK: Add detection for German pink demo
Changed paths:
engines/pink/detection_tables.h
diff --git a/engines/pink/detection_tables.h b/engines/pink/detection_tables.h
index f95fefb395d..5bdb92c5036 100644
--- a/engines/pink/detection_tables.h
+++ b/engines/pink/detection_tables.h
@@ -203,6 +203,18 @@ static const ADGameDescription gameDescriptions[] = {
GUIO1(GUIO_NOMIDI)
},
+ // German demo
+ {
+ "peril",
+ "Demo",
+ AD_ENTRY1s("PPTP.ORB", "6ab19c3fba0fd3894758236831001456", 89851874),
+ Common::DE_DEU,
+ Common::kPlatformWindows,
+ ADGF_DROPPLATFORM | ADGF_DEMO,
+ GUIO1(GUIO_NOMIDI)
+ },
+
+
// Dutch, Version 1.0
{
"pokus",
More information about the Scummvm-git-logs
mailing list