[Scummvm-git-logs] scummvm master -> 1199762e254d8177656f3c84d3bb0fbc02b5013f

tag2015 noreply at scummvm.org
Thu Jan 18 13:22:44 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:
1199762e25 M4: Add Orion Burger French detection entry


Commit: 1199762e254d8177656f3c84d3bb0fbc02b5013f
    https://github.com/scummvm/scummvm/commit/1199762e254d8177656f3c84d3bb0fbc02b5013f
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2024-01-18T14:21:10+01:00

Commit Message:
M4: Add Orion Burger French detection entry

TRAC report #14869

Changed paths:
    engines/m4/detection_tables.h


diff --git a/engines/m4/detection_tables.h b/engines/m4/detection_tables.h
index da67c7019a7..3fbd8aec8ce 100644
--- a/engines/m4/detection_tables.h
+++ b/engines/m4/detection_tables.h
@@ -42,6 +42,19 @@ static const M4GameDescription gameDescriptions[] = {
 		GType_Burger,
 		kFeaturesCD
 	},
+	{
+		{
+			"burger",
+			nullptr,
+			AD_ENTRY1s("burger.has", "3887c30f0d2f93fed7549120748c07fd", 724755),
+			Common::FR_FRA,
+			Common::kPlatformDOS,
+			ADGF_TESTING,
+			GUIO1(GUIO_NOASPECT)
+		},
+		GType_Burger,
+		kFeaturesCD
+	},
 	{
 		{
 			"burger",




More information about the Scummvm-git-logs mailing list