[Scummvm-git-logs] scummvm master -> 2572183706009f356833a36ec24ac2c121e3135e

sluicebox noreply at scummvm.org
Sun Nov 2 19:46:22 UTC 2025


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .

Summary:
2572183706 PRIVATE: Set `extra` field on Mac Demo detection entry


Commit: 2572183706009f356833a36ec24ac2c121e3135e
    https://github.com/scummvm/scummvm/commit/2572183706009f356833a36ec24ac2c121e3135e
Author: sluicebox (22204938+sluicebox at users.noreply.github.com)
Date: 2025-11-02T11:46:02-08:00

Commit Message:
PRIVATE: Set `extra` field on Mac Demo detection entry

Changed paths:
    engines/private/detection.cpp


diff --git a/engines/private/detection.cpp b/engines/private/detection.cpp
index 445fe4c6367..dc7def16fc3 100644
--- a/engines/private/detection.cpp
+++ b/engines/private/detection.cpp
@@ -220,7 +220,7 @@ static const ADGameDescription gameDescriptions[] = {
 	},
 	{
 		"private-eye", // MacOS demo (US)
-		nullptr,
+		"Demo",
 		AD_ENTRY2s("demogame.mac", "d:cfbceaa8b91f0f53c745db61d1bc9749", 6103,
 		    "bklynlgo.bmp", "d:1dfb703349a46f8ec183de107992b7f5", 33118),
 		Common::EN_USA,




More information about the Scummvm-git-logs mailing list