[Scummvm-git-logs] scummvm master -> 2f8385fa9a87d8413da399020cb5aab460d5d0e0
neuromancer
neuromancer at users.noreply.github.com
Sun Mar 28 12:51:30 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:
2f8385fa9a PRIVATE: improved detection tables
Commit: 2f8385fa9a87d8413da399020cb5aab460d5d0e0
https://github.com/scummvm/scummvm/commit/2f8385fa9a87d8413da399020cb5aab460d5d0e0
Author: neuromancer (gustavo.grieco at gmail.com)
Date: 2021-03-28T09:50:33-03:00
Commit Message:
PRIVATE: improved detection tables
Changed paths:
engines/private/detection.cpp
diff --git a/engines/private/detection.cpp b/engines/private/detection.cpp
index f797c75fb6..899cc6c818 100644
--- a/engines/private/detection.cpp
+++ b/engines/private/detection.cpp
@@ -71,7 +71,7 @@ static const ADGameDescription gameDescriptions[] = {
GUIO1(GUIO_NOMIDI)
},
{
- "private-eye", // Demo from archive.org
+ "private-eye", // Demo from PCGamer Disc 2.6 JULY 1996
"Demo",
AD_ENTRY2s("pvteye.z", "8ef908e212bb9c1e10f5e3c81f56682c", 263893,
"bklynlgo.bmp", "1dfb703349a46f8ec183de107992b7f5", 33118),
@@ -120,6 +120,16 @@ static const ADGameDescription gameDescriptions[] = {
ADGF_UNSUPPORTED,
GUIO1(GUIO_NOMIDI)
},
+ {
+ "private-eye", // Demo from the EU release
+ "Demo",
+ AD_ENTRY2s("Private Eye Demo", "", 284129,
+ "bklynlgo.bmp", "1dfb703349a46f8ec183de107992b7f5", 33118),
+ Common::EN_GRB,
+ Common::kPlatformWindows,
+ ADGF_DEMO | ADGF_UNSUPPORTED,
+ GUIO1(GUIO_NOMIDI)
+ },
/*
{
"private-eye", // Demo from the EU release
More information about the Scummvm-git-logs
mailing list