[Scummvm-git-logs] scummvm master -> b31b0c57cb23186450439409b6ce8022a7628264

neuromancer neuromancer at users.noreply.github.com
Tue Oct 26 18:30:28 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:
b31b0c57cb PRIVATE: added detection of french demo


Commit: b31b0c57cb23186450439409b6ce8022a7628264
    https://github.com/scummvm/scummvm/commit/b31b0c57cb23186450439409b6ce8022a7628264
Author: neuromancer (gustavo.grieco at gmail.com)
Date: 2021-10-26T20:29:24+02: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 a00f60c0f6..a2c1f528b8 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