[Scummvm-git-logs] scummvm master -> 7a4926f9ab45e3dbe39538e68fee602defd6eeb0
sev-
noreply at scummvm.org
Thu Dec 22 22:28:08 UTC 2022
This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
4dfafbbe87 GOB: Add another German variant of adibou2
7a4926f9ab GOB: Fix custom title for German adibou2 according to title screen
Commit: 4dfafbbe875e6fdc4637f2ca990f0c8eeea6ee6c
https://github.com/scummvm/scummvm/commit/4dfafbbe875e6fdc4637f2ca990f0c8eeea6ee6c
Author: Lothar Serra Mari (mail at serra.me)
Date: 2022-12-22T23:28:04+01:00
Commit Message:
GOB: Add another German variant of adibou2
Changed paths:
engines/gob/detection/tables_adibou.h
diff --git a/engines/gob/detection/tables_adibou.h b/engines/gob/detection/tables_adibou.h
index a5a688b4f40..8181f7adc64 100644
--- a/engines/gob/detection/tables_adibou.h
+++ b/engines/gob/detection/tables_adibou.h
@@ -198,6 +198,22 @@
0, 0, 0
},
+{
+ {
+ "adibou2",
+ "Adi Junior (Packard Bell OEM)",
+ AD_ENTRY1s("intro.stk", "80588ad3b5510bb44d3f40d6b07b81e7", 956328),
+ DE_DEU,
+ kPlatformWindows,
+ ADGF_TESTING,
+ GUIO0()
+ },
+ kGameTypeAdibou2,
+ kFeatures640x480,
+ 0, 0, 0
+},
+
+
// -- Italian: Adibù --
{
{
Commit: 7a4926f9ab45e3dbe39538e68fee602defd6eeb0
https://github.com/scummvm/scummvm/commit/7a4926f9ab45e3dbe39538e68fee602defd6eeb0
Author: Lothar Serra Mari (mail at serra.me)
Date: 2022-12-22T23:28:04+01:00
Commit Message:
GOB: Fix custom title for German adibou2 according to title screen
Changed paths:
engines/gob/detection/tables_adibou.h
diff --git a/engines/gob/detection/tables_adibou.h b/engines/gob/detection/tables_adibou.h
index 8181f7adc64..ea9f121a023 100644
--- a/engines/gob/detection/tables_adibou.h
+++ b/engines/gob/detection/tables_adibou.h
@@ -201,7 +201,7 @@
{
{
"adibou2",
- "Adi Junior (Packard Bell OEM)",
+ "ADI Jr. (Packard Bell OEM)",
AD_ENTRY1s("intro.stk", "80588ad3b5510bb44d3f40d6b07b81e7", 956328),
DE_DEU,
kPlatformWindows,
More information about the Scummvm-git-logs
mailing list