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

sev- sev at scummvm.org
Sat Jun 20 11:46:08 UTC 2020


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:
aae89e057b GOB: Add detection for new Gobliiins CD-i variant


Commit: aae89e057b43035216f548adcb3e6c29d846211b
    https://github.com/scummvm/scummvm/commit/aae89e057b43035216f548adcb3e6c29d846211b
Author: trembyle (sean.patrick.brody at gmail.com)
Date: 2020-06-20T13:46:04+02:00

Commit Message:
GOB: Add detection for new Gobliiins CD-i variant

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 289e32e121..1a268ad403 100644
--- a/engines/gob/detection/tables_gob1.h
+++ b/engines/gob/detection/tables_gob1.h
@@ -712,5 +712,19 @@
 	kFeaturesAdLib,
 	0, "AVT003.TOT", 0
 },
+{ // Found on ADI Accompagnement Scolaire - Francais-Maths
+	{
+		"gob1",
+		"",
+		AD_ENTRY1s("intro.stk", "ca15cc119fea5ee432083e7f6b873c38", 2441216),
+		FR_FRA,
+		kPlatformCDi,
+		ADGF_NO_FLAGS,
+		GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
+	},
+	kGameTypeGob1,
+	kFeaturesAdLib,
+	0, "AVT003.TOT", 0
+},
 
 #endif // GOB_DETECTION_TABLES_GOB1_H




More information about the Scummvm-git-logs mailing list