[Scummvm-git-logs] scummvm master -> 5fa26ec824050a0cce86d0324addf69f6479e02f

digitall noreply at scummvm.org
Sun Dec 14 11:02:18 UTC 2025


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:
5fa26ec824 AGDS: Add Detection Entry For UK CD Release of Black Mirror


Commit: 5fa26ec824050a0cce86d0324addf69f6479e02f
    https://github.com/scummvm/scummvm/commit/5fa26ec824050a0cce86d0324addf69f6479e02f
Author: D G Turner (digitall at scummvm.org)
Date: 2025-12-14T11:01:10Z

Commit Message:
AGDS: Add Detection Entry For UK CD Release of Black Mirror

This starts, but drops to a black screen immediately.

Changed paths:
    engines/agds/detection_tables.h


diff --git a/engines/agds/detection_tables.h b/engines/agds/detection_tables.h
index 0dab977c39a..91681572e60 100644
--- a/engines/agds/detection_tables.h
+++ b/engines/agds/detection_tables.h
@@ -46,6 +46,15 @@ static const ADGameDescription gameDescriptions[] = {
 	 Common::kPlatformWindows,
 	 ADGF_DROPPLATFORM | ADGF_CD | ADGF_UNSUPPORTED,
 	 GUIO1(GUIO_NONE)},
+	{"black-mirror",
+	 0,
+	 AD_ENTRY2s(
+		 "gfx1.grp", "a5f84365d1e15a8403237fa3ad339f86", 850840170,
+		 "data.adb", "5f98eabecf94569be7046d3813edc49a", 2169111),
+	 Common::EN_GRB,
+	 Common::kPlatformWindows,
+	 ADGF_DROPPLATFORM | ADGF_CD,
+	 GUIO1(GUIO_NONE)},
 	{"black-mirror",
 	 0,
 	 AD_ENTRY2s(




More information about the Scummvm-git-logs mailing list