[Scummvm-git-logs] scummvm master -> 671f1b0e928a111e4c58ed070bd78b7020597af1
bluegr
noreply at scummvm.org
Thu Nov 28 23:11:06 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:
671f1b0e92 GOB: adjust gob1 german cd-i entry
Commit: 671f1b0e928a111e4c58ed070bd78b7020597af1
https://github.com/scummvm/scummvm/commit/671f1b0e928a111e4c58ed070bd78b7020597af1
Author: Benjamin Funke (bjnfne at web.de)
Date: 2024-11-29T01:11:03+02:00
Commit Message:
GOB: adjust gob1 german cd-i entry
This version of Gobliins was shipped on various german CD-i Adi versions
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 eb52f8fce5b..4c1a16765ca 100644
--- a/engines/gob/detection/tables_gob1.h
+++ b/engines/gob/detection/tables_gob1.h
@@ -687,6 +687,9 @@
kFeaturesNone,
0, 0, 0
},
+
+// -- CD-i --
+
{
{
"gob1",
@@ -726,10 +729,10 @@
kFeaturesAdLib,
0, "AVT003.TOT", 0
},
-{ // Found on ADI Spielerisch lernen Deutsch Klasse 1 & 2 CD-i
+{ // Found on ADI Spielerisch lernen (German CD-i version) Found on Klasse 1&2 also on 3&4
{
"gob1",
- "Deutsch Klasse 1 & 2",
+ "",
AD_ENTRY1s("intro.stk", "0acc50f67f9323c3654921915dab2d63", 7098368),
DE_DEU,
kPlatformCDi,
More information about the Scummvm-git-logs
mailing list