[Scummvm-git-logs] scummvm master -> e3ddf679b96525b90f7326edb3913b169a7fc1ad
bluegr
noreply at scummvm.org
Mon Dec 23 13:26:57 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:
e3ddf679b9 GOB: add russian adibou3 variant to detection
Commit: e3ddf679b96525b90f7326edb3913b169a7fc1ad
https://github.com/scummvm/scummvm/commit/e3ddf679b96525b90f7326edb3913b169a7fc1ad
Author: Benjamin Funke (bjnfne at web.de)
Date: 2024-12-23T15:26:54+02:00
Commit Message:
GOB: add russian adibou3 variant to detection
Changed paths:
engines/gob/detection/tables_adibou3.h
diff --git a/engines/gob/detection/tables_adibou3.h b/engines/gob/detection/tables_adibou3.h
index 6f6a744d142..6fc97d2dc43 100644
--- a/engines/gob/detection/tables_adibou3.h
+++ b/engines/gob/detection/tables_adibou3.h
@@ -197,6 +197,23 @@
"b3_common.stk", "b3_storyboard.obc", 0
},
+// -- Rusian: ÐнÑоÑка 3 --
+
+{
+ {
+
+ "adibou3",
+ MetaEngineDetection::GAME_NOT_IMPLEMENTED, // ÐнÑоÑка 3 3.10 (Published by Akella) (Engine: DEV7 version 1.3.0.0)
+ AD_ENTRY1s("b3_common.stk", "9795c08d44b7d79dd6ecfdb415892fbf", 553095),
+ RU_RUS,
+ kPlatformWindows,
+ ADGF_UNSUPPORTED,
+ GUIO0()
+ },
+ kFeatures800x600,
+ "b3_common.stk", "b3_storyboard.obc", 0
+},
+
// -- Demos --
{
More information about the Scummvm-git-logs
mailing list