[Scummvm-git-logs] scummvm branch-2-9 -> a302429111d58a07c823fc616d16d23adf3c291c

sev- noreply at scummvm.org
Thu Nov 21 19:41:49 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:
a302429111 GOB: add german CD-i version of Gobliins 1 to detection


Commit: a302429111d58a07c823fc616d16d23adf3c291c
    https://github.com/scummvm/scummvm/commit/a302429111d58a07c823fc616d16d23adf3c291c
Author: Benjamin Funke (bjnfne at web.de)
Date: 2024-11-21T20:41:41+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