[Scummvm-git-logs] scummvm master -> 46b44bf34460ab483e22af00e957ef4a99e151ea

bluegr noreply at scummvm.org
Thu Nov 9 17:18:25 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:
46b44bf344 GOB: added french version of Adi 5 to detection tables


Commit: 46b44bf34460ab483e22af00e957ef4a99e151ea
    https://github.com/scummvm/scummvm/commit/46b44bf34460ab483e22af00e957ef4a99e151ea
Author: Benjamin Funke (bjnfne at web.de)
Date: 2023-11-09T19:18:21+02:00

Commit Message:
GOB: added french version of Adi 5 to detection tables

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 00799a3f7fc..fcbed7af325 100644
--- a/engines/gob/detection/tables_adi5.h
+++ b/engines/gob/detection/tables_adi5.h
@@ -26,6 +26,22 @@
 
 // -- French: Adi 5 --
 
+{
+	{
+
+		"adi5",
+		_s("Missing game code"), // Adi 5 5.01 (Engine: DEV7 version unknown)
+		AD_ENTRY1s("adi5.stk", "5de6b43725b47164e8b181de361d0693", 611309),
+		FR_FRA,
+		kPlatformWindows,
+		ADGF_UNSUPPORTED,
+		GUIO0()
+	},
+	kGameTypeNone,
+	kFeatures640x480,
+	0,0,0
+},
+
 // -- German: Addy 5 --
 
 {




More information about the Scummvm-git-logs mailing list