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

sdelamarre noreply at scummvm.org
Sun Dec 28 10:22:42 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:
4d434f379d GOB: add french Adibou1 CD variant


Commit: 4d434f379d540e0a6f3c7dbc516e19b4915b6c5a
    https://github.com/scummvm/scummvm/commit/4d434f379d540e0a6f3c7dbc516e19b4915b6c5a
Author: Benjamin Funke (bjnfne at web.de)
Date: 2025-12-28T11:22:38+01:00

Commit Message:
GOB: add french Adibou1 CD variant

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


diff --git a/engines/gob/detection/tables_adibou1.h b/engines/gob/detection/tables_adibou1.h
index 8e9b403645a..5d26d077c08 100644
--- a/engines/gob/detection/tables_adibou1.h
+++ b/engines/gob/detection/tables_adibou1.h
@@ -74,6 +74,20 @@
 	kFeaturesAdLib,
 	0, 0, 0
 },
+{
+	{ // 1994 CD version
+		"adibou1",
+		"ADIBOU 1 Environnement 4-5 ans (CD)",
+		AD_ENTRY2s("intro.stk", "6db110188fcb7c5208d9721b5282682a", 4805104,
+				   "c51.stk", "38daec4f7a7fcedbdf5e47b3c5f28e35", 5680126),
+		FR_FRA,
+		kPlatformWindows,
+		ADGF_CD,
+		GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
+	},
+	kFeaturesAdLib | kFeatures640x400,
+	0, 0, 0
+},
 
 //  -- German: ADI Jr. Spielerisch lernen --
 




More information about the Scummvm-git-logs mailing list