[Scummvm-git-logs] scummvm master -> d5f50eb0e2d31d24f5381fc4f164bbfe3dfa9754
eriktorbjorn
eriktorbjorn at telia.com
Tue Oct 19 12:57:52 UTC 2021
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:
d5f50eb0e2 PEGASUS: Update detection entries
Commit: d5f50eb0e2d31d24f5381fc4f164bbfe3dfa9754
https://github.com/scummvm/scummvm/commit/d5f50eb0e2d31d24f5381fc4f164bbfe3dfa9754
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2021-10-19T14:57:35+02:00
Commit Message:
PEGASUS: Update detection entries
Changed paths:
engines/pegasus/detection.cpp
diff --git a/engines/pegasus/detection.cpp b/engines/pegasus/detection.cpp
index 46f6f03ef9..a11a99fd67 100644
--- a/engines/pegasus/detection.cpp
+++ b/engines/pegasus/detection.cpp
@@ -41,7 +41,7 @@ static const PegasusGameDescription gameDescriptions[] = {
{
"pegasus",
"",
- AD_ENTRY1s("JMP PP Resources", "d13a602d2498010d720a6534f097f88b", 2009943), // FIXMEMD5
+ AD_ENTRY1s("JMP PP Resources", "d13a602d2498010d720a6534f097f88b", 2009687),
Common::EN_ANY,
Common::kPlatformMacintosh,
ADGF_MACRESFORK,
@@ -53,7 +53,7 @@ static const PegasusGameDescription gameDescriptions[] = {
{
"pegasus",
"DVD",
- AD_ENTRY1s("JMP PP Resources", "d13a602d2498010d720a6534f097f88b", 2075337), // FIXMEMD5
+ AD_ENTRY1s("JMP PP Resources", "d13a602d2498010d720a6534f097f88b", 2075081),
Common::EN_ANY,
Common::kPlatformMacintosh,
ADGF_MACRESFORK|GF_DVD,
@@ -64,7 +64,7 @@ static const PegasusGameDescription gameDescriptions[] = {
{
{ "pegasus",
"DVD",
- AD_ENTRY1s("JMP PP Resources", "d13a602d2498010d720a6534f097f88b", 2075337), // FIXMEMD5
+ AD_ENTRY1s("JMP PP Resources", "d13a602d2498010d720a6534f097f88b", 2075081),
Common::EN_ANY,
Common::kPlatformWindows,
ADGF_MACRESFORK|GF_DVD,
@@ -76,7 +76,7 @@ static const PegasusGameDescription gameDescriptions[] = {
{
"pegasus",
"DVD",
- AD_ENTRY1s("JMP PP Resources", "d13a602d2498010d720a6534f097f88b", 2075337),
+ AD_ENTRY1s("JMP PP Resources", "d13a602d2498010d720a6534f097f88b", 2075081),
Common::EN_ANY,
Common::kPlatformLinux,
ADGF_MACRESFORK|GF_DVD,
More information about the Scummvm-git-logs
mailing list