[Scummvm-git-logs] scummvm master -> ccebebf59950e45d303d5cacff250a21b15608c1
tag2015
noreply at scummvm.org
Sat Jul 8 23:09:00 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:
ccebebf599 PINK: Add detection entry for older Spanish version
Commit: ccebebf59950e45d303d5cacff250a21b15608c1
https://github.com/scummvm/scummvm/commit/ccebebf59950e45d303d5cacff250a21b15608c1
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2023-07-09T00:12:37+02:00
Commit Message:
PINK: Add detection entry for older Spanish version
Reported in TRAC #14490
Changed paths:
engines/pink/detection_tables.h
diff --git a/engines/pink/detection_tables.h b/engines/pink/detection_tables.h
index cbfc5ba2824..f95fefb395d 100644
--- a/engines/pink/detection_tables.h
+++ b/engines/pink/detection_tables.h
@@ -170,6 +170,17 @@ static const ADGameDescription gameDescriptions[] = {
GUIO1(GUIO_NOMIDI)
},
+ // Spanish (older) - reported in TRAC #14490
+ {
+ "peril",
+ 0,
+ AD_ENTRY1s("PPTP.ORB", "e9bc2eca6526c1b2f0047dc3f1c815d2", 634841166),
+ Common::ES_ESP,
+ Common::kPlatformWindows,
+ ADGF_DROPPLATFORM,
+ GUIO1(GUIO_NOMIDI)
+ },
+
// Spanish
{
"peril",
More information about the Scummvm-git-logs
mailing list