[Scummvm-git-logs] scummvm master -> c12b658bfc890448fcbfafb358f8c57bc96fcacf

sdelamarre noreply at scummvm.org
Wed May 6 19:45:24 UTC 2026


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:
c12b658bfc GOB: Remove an Adibou2 detection entry based on a corrupted file


Commit: c12b658bfc890448fcbfafb358f8c57bc96fcacf
    https://github.com/scummvm/scummvm/commit/c12b658bfc890448fcbfafb358f8c57bc96fcacf
Author: Simon Delamarre (simon.delamarre14 at gmail.com)
Date: 2026-05-06T21:45:06+02:00

Commit Message:
GOB: Remove an Adibou2 detection entry based on a corrupted file

A corrupted appli_03.vmd (full of 0x00's) was used to compute the hash,
see #16764.

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 30d667a5857..7886052d4ed 100644
--- a/engines/gob/detection/tables_adibou2.h
+++ b/engines/gob/detection/tables_adibou2.h
@@ -384,21 +384,6 @@
 },
 
 // -- Add-ons : Read/Count 6-7 years --
-{
-	{
-		"adibou2readcount67",
-		"", // "Lecture/Calcul 6-7 ans"
-		AD_ENTRY2s("intro_ap.stk", "0e91d0d693d5731353ad4738f4aa065c", 36540132,
-				   "appli_03.vmd", "6bf95a48f366bdf8af3a198c7b723c77", 58858),
-		FR_FRA,
-		kPlatformWindows,
-		ADGF_ADDON,
-		GUIO0()
-	},
-	kFeatures640x480,
-	0, 0, 0
-},
-
 {
 	{
 		"adibou2readcount67",




More information about the Scummvm-git-logs mailing list