[Scummvm-git-logs] scummvm master -> 95fcf0c9e306efc30e6c85d96a7b14b5078102da
sdelamarre
noreply at scummvm.org
Sat Dec 6 09:31:07 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:
95fcf0c9e3 GOB: add french ADI5 addon to detection
Commit: 95fcf0c9e306efc30e6c85d96a7b14b5078102da
https://github.com/scummvm/scummvm/commit/95fcf0c9e306efc30e6c85d96a7b14b5078102da
Author: Benjamin Funke (bjnfne at web.de)
Date: 2025-12-06T10:31:01+01:00
Commit Message:
GOB: add french ADI5 addon to 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 521c2edc9eb..8d1a07f19bc 100644
--- a/engines/gob/detection/tables_adi5.h
+++ b/engines/gob/detection/tables_adi5.h
@@ -154,6 +154,20 @@
kFeatures800x600,
0, 0, 0
},
+{
+ {
+ "adi5language",
+ "", // Français Math CE1
+ AD_ENTRY2s("fr06.itk", "edf5b0d00f1cc670b49db5b8c79b4d0d", 10491811,
+ "fr07.itk", "83b00b904a989a9d1a83e8c6fbcf6478", 59044143),
+ FR_FRA,
+ kPlatformWindows,
+ ADGF_ADDON | ADGF_UNSUPPORTED,
+ GUIO0()
+ },
+ kFeatures800x600,
+ 0, 0, 0
+},
{
{
"adi5language",
More information about the Scummvm-git-logs
mailing list