[Scummvm-git-logs] scummvm branch-2-5 -> eaf0b1ff5b675ce67c4d28dbbd025a421cf57b59
neuromancer
neuromancer at users.noreply.github.com
Sun Nov 14 08:39:10 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:
eaf0b1ff5b PRIVATE: added detection of french demo
Commit: eaf0b1ff5b675ce67c4d28dbbd025a421cf57b59
https://github.com/scummvm/scummvm/commit/eaf0b1ff5b675ce67c4d28dbbd025a421cf57b59
Author: neuromancer (gustavo.grieco at gmail.com)
Date: 2021-11-14T09:36:58+01:00
Commit Message:
PRIVATE: added detection of french demo
Changed paths:
engines/private/detection.cpp
diff --git a/engines/private/detection.cpp b/engines/private/detection.cpp
index 0478c1b9ba..b0fc4a7308 100644
--- a/engines/private/detection.cpp
+++ b/engines/private/detection.cpp
@@ -149,6 +149,16 @@ static const ADGameDescription gameDescriptions[] = {
ADGF_DEMO,
GUIO1(GUIO_NOMIDI)
},
+ {
+ "private-eye", // Demo from the EU release (FR)
+ "Demo",
+ AD_ENTRY2s("pvtdemo.ex_", "ad2156a762b3e376fda1b791a9491ea8", 599040,
+ "bklynlgo.bmp", "1dfb703349a46f8ec183de107992b7f5", 33118),
+ Common::FR_FRA,
+ Common::kPlatformWindows,
+ ADGF_DEMO,
+ GUIO1(GUIO_NOMIDI)
+ },
{
"private-eye", // RU release
0,
More information about the Scummvm-git-logs
mailing list