[Scummvm-git-logs] scummvm master -> 09072bf0f4fee1d3499ecf9c2ce45d8d6c07ea3b

bluegr noreply at scummvm.org
Sat Nov 18 17:56:32 UTC 2023


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:
09072bf0f4 GOB: added french version of Adi 5 in detection


Commit: 09072bf0f4fee1d3499ecf9c2ce45d8d6c07ea3b
    https://github.com/scummvm/scummvm/commit/09072bf0f4fee1d3499ecf9c2ce45d8d6c07ea3b
Author: Benjamin Funke (bjnfne at web.de)
Date: 2023-11-18T19:56:27+02:00

Commit Message:
GOB: added french version of Adi 5 in detection

Changed paths:
    engines/gob/detection/tables_adi5.h


diff --git a/engines/gob/detection/tables_adi5.h b/engines/gob/detection/tables_adi5.h
index fcbed7af325..d7f5cd5a8c9 100644
--- a/engines/gob/detection/tables_adi5.h
+++ b/engines/gob/detection/tables_adi5.h
@@ -42,6 +42,22 @@
 	0,0,0
 },
 
+{
+	{
+
+		"adi5",
+		_s("Missing game code"), // Adi 5 5.04 (Engine: DEV7 version 1.1.0.0)
+		AD_ENTRY1s("adi5.stk", "17754a1b942c3af34e86820f19971895", 891549),
+		FR_FRA,
+		kPlatformWindows,
+		ADGF_UNSUPPORTED,
+		GUIO0()
+	},
+	kGameTypeNone,
+	kFeatures640x480,
+	0,0,0
+},
+
 // -- German: Addy 5 --
 
 {




More information about the Scummvm-git-logs mailing list