[Scummvm-git-logs] scummvm master -> 0b809f4339ce2c6f99e18f41050e1b168dfcf2ac
sev-
noreply at scummvm.org
Sat Jul 29 06:10:58 UTC 2023
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:
0b809f4339 GOB: added Adibou presente Dessin to detection tables
Commit: 0b809f4339ce2c6f99e18f41050e1b168dfcf2ac
https://github.com/scummvm/scummvm/commit/0b809f4339ce2c6f99e18f41050e1b168dfcf2ac
Author: Benjamin Funke (58399929+BJNFNE at users.noreply.github.com)
Date: 2023-07-29T08:10:54+02:00
Commit Message:
GOB: added Adibou presente Dessin to detection tables
Changed paths:
A engines/gob/detection/tables_adiboupresente.h
engines/gob/detection/tables.h
diff --git a/engines/gob/detection/tables.h b/engines/gob/detection/tables.h
index 9906a29b2c0..56d74e7e27a 100644
--- a/engines/gob/detection/tables.h
+++ b/engines/gob/detection/tables.h
@@ -68,6 +68,7 @@ static const PlainGameDescriptor gobGames[] = {
{"adibou1", "Adibou 1"},
{"adibou2", "Adibou 2"},
{"adibou3", "Adibou 3"},
+ {"adiboudessin", "Adibou presente Dessin"},
{0, 0}
};
@@ -96,6 +97,7 @@ static const GOBGameDescription gameDescriptions[] = {
#include "gob/detection/tables_adibou1.h" // Adibou 1 / A.J.'s World of Discovery / ADI Jr.
#include "gob/detection/tables_adibou2.h" // The Adibou 2 / Addy Junior series
#include "gob/detection/tables_adibou3.h" // Adibou 3 / Adiboo 3 series
+ #include "gob/detection/tables_adiboupresente.h" // Adibou presente series
#include "gob/detection/tables_crousti.h" // Croustibat
{ AD_TABLE_END_MARKER, kGameTypeNone, kFeaturesNone, 0, 0, 0}
diff --git a/engines/gob/detection/tables_adiboupresente.h b/engines/gob/detection/tables_adiboupresente.h
new file mode 100644
index 00000000000..f7a55b173aa
--- /dev/null
+++ b/engines/gob/detection/tables_adiboupresente.h
@@ -0,0 +1,44 @@
+/* ScummVM - Graphic Adventure Engine
+ *
+ * ScummVM is the legal property of its developers, whose names
+ * are too numerous to list here. Please refer to the COPYRIGHT
+ * file distributed with this source distribution.
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+
+/* Detection tables for Adibou presente / Adiboo presents series. */
+
+#ifndef GOB_DETECTION_TABLES_ADIBOUPRESENTE_H
+#define GOB_DETECTION_TABLES_ADIBOUPRESENTE_H
+
+// -- French: Adibou presente Dessin --
+
+{
+ {
+ "adiboudessin",
+ _s("Missing game code"), // Adibou presente Dessin 1.00 (Engine: DEV7 version 1.1.0.0)
+ AD_ENTRY1s("adibou.stk", "14e3f8e9c237d4236d93e08c60b784bc", 217172),
+ FR_FRA,
+ kPlatformWindows,
+ ADGF_UNSUPPORTED,
+ GUIO0()
+ },
+ kGameTypeNone,
+ kFeatures640x480,
+ 0, 0, 0
+},
+
+#endif // GOB_DETECTION_TABLES_ADIBOUPRESENTE_H
More information about the Scummvm-git-logs
mailing list