[Scummvm-git-logs] scummvm master -> af75af9014c057692b8a934ad355ca558eea57be
whoozle
noreply at scummvm.org
Thu Jan 8 14:51:51 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:
af75af9014 AGDS: Add detection for the demo version of Black Mirror (#7131)
Commit: af75af9014c057692b8a934ad355ca558eea57be
https://github.com/scummvm/scummvm/commit/af75af9014c057692b8a934ad355ca558eea57be
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2026-01-08T14:51:47Z
Commit Message:
AGDS: Add detection for the demo version of Black Mirror (#7131)
* AGDS: Add detection for the demo version of Black Mirror
* add ADFG_UNSTABLE
Co-authored-by: Filippos Karapetis <bluegr at gmail.com>
---------
Co-authored-by: Vladimir Menshakov <vladimir.menshakov at gmail.com>
Co-authored-by: Filippos Karapetis <bluegr at gmail.com>
Changed paths:
engines/agds/detection_tables.h
diff --git a/engines/agds/detection_tables.h b/engines/agds/detection_tables.h
index 91681572e60..128eb76c3f5 100644
--- a/engines/agds/detection_tables.h
+++ b/engines/agds/detection_tables.h
@@ -55,6 +55,15 @@ static const ADGameDescription gameDescriptions[] = {
Common::kPlatformWindows,
ADGF_DROPPLATFORM | ADGF_CD,
GUIO1(GUIO_NONE)},
+ {"black-mirror",
+ 0,
+ AD_ENTRY2s(
+ "gfx_en.grp", "7539f35f9242461114c8746b62f884a6", 67516239,
+ "data.adb", "56680d118afddf9477c57e508d118dc8", 114764),
+ Common::EN_ANY,
+ Common::kPlatformWindows,
+ ADGF_DROPPLATFORM | ADGF_DEMO | ADGF_UNSTABLE,
+ GUIO1(GUIO_NONE)},
{"black-mirror",
0,
AD_ENTRY2s(
More information about the Scummvm-git-logs
mailing list