[Scummvm-git-logs] scummvm master -> 3eebca6d4dd4c2bfcc218d375737b8f0be9d7230
tag2015
noreply at scummvm.org
Wed Aug 19 18:06:49 UTC 2026
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
3eebca6d4d DARKSEED: Add detection entry for Hebrew version
Commit: 3eebca6d4dd4c2bfcc218d375737b8f0be9d7230
https://github.com/scummvm/scummvm/commit/3eebca6d4dd4c2bfcc218d375737b8f0be9d7230
Author: Walter Agazzi (walter.agazzi at protonmail.com)
Date: 2026-08-19T20:02:59+02:00
Commit Message:
DARKSEED: Add detection entry for Hebrew version
Changed paths:
engines/darkseed/detection_tables.h
diff --git a/engines/darkseed/detection_tables.h b/engines/darkseed/detection_tables.h
index 571a03e7d84..12516527b99 100644
--- a/engines/darkseed/detection_tables.h
+++ b/engines/darkseed/detection_tables.h
@@ -81,6 +81,15 @@ const ADGameDescription gameDescriptions[] = {
ADGF_NO_FLAGS,
GUIO1(GUIO_NONE)
},
+ {
+ "darkseed",
+ nullptr,
+ AD_ENTRY1s("TOS.EXE", "a745cdbc767aa6a84ebab1dd927d4da5", 151674),
+ Common::HE_ISR,
+ Common::kPlatformDOS,
+ ADGF_NO_FLAGS,
+ GUIO1(GUIO_NONE)
+ },
{
"darkseed",
"CD",
@@ -137,7 +146,7 @@ const ADGameDescription gameDescriptions[] = {
},
{
"darkseed",
- "DEMO",
+ "Demo",
AD_ENTRY1s("TOS.EXE", "43014b73a2cc549bd13d65b18a6aefe4", 161184),
Common::EN_ANY,
Common::kPlatformDOS,
More information about the Scummvm-git-logs
mailing list