[Scummvm-git-logs] scummvm master -> d89251ff14ec99f319aecf51df5eea1250b53d66
bluegr
noreply at scummvm.org
Wed Aug 14 14:26:18 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:
d89251ff14 GOB: Small Detection improvements
Commit: d89251ff14ec99f319aecf51df5eea1250b53d66
https://github.com/scummvm/scummvm/commit/d89251ff14ec99f319aecf51df5eea1250b53d66
Author: Benjamin Funke (58399929+BJNFNE at users.noreply.github.com)
Date: 2024-08-14T17:26:15+03:00
Commit Message:
GOB: Small Detection improvements
Changed paths:
engines/gob/detection/tables_adibou3.h
engines/gob/detection/tables_playtoons.h
diff --git a/engines/gob/detection/tables_adibou3.h b/engines/gob/detection/tables_adibou3.h
index 0628d862b69..b487827d13a 100644
--- a/engines/gob/detection/tables_adibou3.h
+++ b/engines/gob/detection/tables_adibou3.h
@@ -233,7 +233,7 @@
{
"adibou3",
- _s("Game not implemented"), // Adiboo 3 3.10 Du pareil au même (Engine: DEV7 version 1.30b)
+ _s("Game not implemented"), // Adibou 3 3.10 Du pareil au même (Engine: DEV7 version 1.30b)
AD_ENTRY1s("b3_common.stk", "c0a485db0c58462693fe3da3c8eaa084", 559844),
FR_FRA,
kPlatformWindows,
diff --git a/engines/gob/detection/tables_playtoons.h b/engines/gob/detection/tables_playtoons.h
index a7184503ffb..a8b1d21becb 100644
--- a/engines/gob/detection/tables_playtoons.h
+++ b/engines/gob/detection/tables_playtoons.h
@@ -27,6 +27,7 @@
/* Detection tables for the Playtoons series. */
/* This Game uses the DEV6 Engine, more Information can be found here: https://wiki.scummvm.org/index.php?title=DEV6_Information */
+/* These games are part of the Playtoons series. For more information, refer to our wiki: https://wiki.scummvm.org/index.php?title=Playtoons */
#ifndef GOB_DETECTION_TABLES_PLAYTOONS_H
#define GOB_DETECTION_TABLES_PLAYTOONS_H
More information about the Scummvm-git-logs
mailing list