[Scummvm-git-logs] scummvm master -> 431903a8c0ab011b1ded3d8c757d512216d2619e
bluegr
noreply at scummvm.org
Tue Jul 23 12:45:55 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:
431903a8c0 GOB: add ADI 4 german variant to detection
Commit: 431903a8c0ab011b1ded3d8c757d512216d2619e
https://github.com/scummvm/scummvm/commit/431903a8c0ab011b1ded3d8c757d512216d2619e
Author: Benjamin Funke (bjnfne at web.de)
Date: 2024-07-23T15:45:51+03:00
Commit Message:
GOB: add ADI 4 german variant to detection
Changed paths:
engines/gob/detection/tables_adi4.h
diff --git a/engines/gob/detection/tables_adi4.h b/engines/gob/detection/tables_adi4.h
index 16caa0147fa..ae3aad518a0 100644
--- a/engines/gob/detection/tables_adi4.h
+++ b/engines/gob/detection/tables_adi4.h
@@ -140,6 +140,19 @@
kFeatures640x480,
0, "GA2INTRO.TOT", 0
},
+{
+ { // Supplied by fischbeck
+ "adi4",
+ "Addi Simule", // That is not an typo in the name "Addi" thats how this version is called.
+ AD_ENTRY1s("simule.stk", "66d97fe54bbf8ea4bbb18534cb28b13f", 2523796),
+ DE_DEU,
+ kPlatformWindows,
+ ADGF_UNSTABLE,
+ GUIO1(GUIO_NOASPECT)
+ },
+ kFeatures640x480,
+ "simule.stk", "INTRODD.TOT", 0 // INTRODD.TOT brings up a main menu to select various environmental learning tasks.
+},
{
{
"adi4",
More information about the Scummvm-git-logs
mailing list