[Scummvm-git-logs] scummvm master -> 4a2ed4fb17f770e83dc7cdf8e4cfaedea4eb9e5b

dreammaster noreply at scummvm.org
Fri Feb 23 04:24:34 UTC 2024


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:
4a2ed4fb17 M4: Added German demo detection entry


Commit: 4a2ed4fb17f770e83dc7cdf8e4cfaedea4eb9e5b
    https://github.com/scummvm/scummvm/commit/4a2ed4fb17f770e83dc7cdf8e4cfaedea4eb9e5b
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2024-02-22T20:23:47-08:00

Commit Message:
M4: Added German demo detection entry

Changed paths:
    engines/m4/detection_tables.h


diff --git a/engines/m4/detection_tables.h b/engines/m4/detection_tables.h
index 420fefef894..0d53038d163 100644
--- a/engines/m4/detection_tables.h
+++ b/engines/m4/detection_tables.h
@@ -103,6 +103,19 @@ static const M4GameDescription gameDescriptions[] = {
 		GType_Burger,
 		kFeaturesDemo
 	},
+	{
+		{
+			"burger",
+			"Demo",
+			AD_ENTRY1s("burger.has", "eee638f804c53b640218fbbb8c681fdc", 88137),
+			Common::DE_DEU,
+			Common::kPlatformDOS,
+			ADGF_DEMO | ADGF_TESTING,
+			GUIO1(GUIO_NOASPECT)
+		},
+		GType_Burger,
+		kFeaturesDemo
+	},
 	{
 		{
 			"burger",




More information about the Scummvm-git-logs mailing list