[Scummvm-git-logs] scummvm master -> 23af2de73271dc500d9f8ddcc10a48fb774b9fbf

sdelamarre noreply at scummvm.org
Wed Dec 3 23:00:44 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:
23af2de732 GOB: Add another Quebec variant of Adibou2 to detection tables


Commit: 23af2de73271dc500d9f8ddcc10a48fb774b9fbf
    https://github.com/scummvm/scummvm/commit/23af2de73271dc500d9f8ddcc10a48fb774b9fbf
Author: Simon Delamarre (simon.delamarre14 at gmail.com)
Date: 2025-12-03T23:54:34+01:00

Commit Message:
GOB: Add another Quebec variant of Adibou2 to detection tables

Add a third file description record to distinguish it from another
"French (France)" version.

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


diff --git a/engines/gob/detection/tables_adibou2.h b/engines/gob/detection/tables_adibou2.h
index ada0f17660f..727557407a3 100644
--- a/engines/gob/detection/tables_adibou2.h
+++ b/engines/gob/detection/tables_adibou2.h
@@ -105,8 +105,9 @@
 	{
 		"adibou2",
 		"ADIBOU 2.12 Environnement",
-		AD_ENTRY2s("intro.stk", "1e49c39a4a3ce6032a84b712539c2d63", 8738134,
-				   "BECBF212.CD1",	"bc828c320908a5eaa349956d396bd8e1", 8),
+		AD_ENTRY3s("intro.stk", "1e49c39a4a3ce6032a84b712539c2d63", 8738134,
+				   "BECBF212.CD1", "bc828c320908a5eaa349956d396bd8e1", 8,
+				   "intro.itk", "610b4ade4912442f42f342594c654226", 13592576),
 		FR_FRA,
 		kPlatformWindows,
 		GF_ENABLE_ADIBOU2_FREE_BANANAS_WORKAROUND | GF_ENABLE_ADIBOU2_FLOWERS_INFINITE_LOOP_WORKAROUND,
@@ -115,6 +116,21 @@
 	kFeatures640x480,
 	0, 0, 0
 },
+{
+	{
+		"adibou2",
+		"ADIBOU 2.12 Environnement",
+		AD_ENTRY3s("intro.stk", "1e49c39a4a3ce6032a84b712539c2d63", 8738134,
+				   "BECBF212.CD1", "bc828c320908a5eaa349956d396bd8e1", 8,
+				   "intro.itk", "269fc5814db277b5a18d748e7ed55e90", 15079424),
+		FR_FRA, // Canadian French
+		kPlatformWindows,
+		GF_ENABLE_ADIBOU2_FREE_BANANAS_WORKAROUND | GF_ENABLE_ADIBOU2_FLOWERS_INFINITE_LOOP_WORKAROUND,
+		GUIO0()
+	},
+	kFeatures640x480,
+	0, 0, 0
+},
 {
 	{
 		"adibou2",




More information about the Scummvm-git-logs mailing list