[Scummvm-git-logs] scummvm master -> 74cb067a6c92279a7b53f6e62aeff02df606f624
sev-
noreply at scummvm.org
Thu Nov 21 19:40:57 UTC 2024
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:
74cb067a6c GOB: add german CD-i version of Gobliins 1 to detection
Commit: 74cb067a6c92279a7b53f6e62aeff02df606f624
https://github.com/scummvm/scummvm/commit/74cb067a6c92279a7b53f6e62aeff02df606f624
Author: Benjamin Funke (bjnfne at web.de)
Date: 2024-11-21T20:40:54+01:00
Commit Message:
GOB: add german CD-i version of Gobliins 1 to detection
Changed paths:
engines/gob/detection/tables_gob1.h
diff --git a/engines/gob/detection/tables_gob1.h b/engines/gob/detection/tables_gob1.h
index eab96d8106f..eb52f8fce5b 100644
--- a/engines/gob/detection/tables_gob1.h
+++ b/engines/gob/detection/tables_gob1.h
@@ -726,5 +726,18 @@
kFeaturesAdLib,
0, "AVT003.TOT", 0
},
+{ // Found on ADI Spielerisch lernen Deutsch Klasse 1 & 2 CD-i
+ {
+ "gob1",
+ "Deutsch Klasse 1 & 2",
+ AD_ENTRY1s("intro.stk", "0acc50f67f9323c3654921915dab2d63", 7098368),
+ DE_DEU,
+ kPlatformCDi,
+ ADGF_UNSTABLE,
+ GUIO1(GUIO_NOASPECT)
+ },
+ kFeaturesAdLib,
+ 0, "avt003.tot", 0
+},
#endif // GOB_DETECTION_TABLES_GOB1_H
More information about the Scummvm-git-logs
mailing list