[Scummvm-git-logs] scummvm master -> 0846f189603f3b097cd29ec8b10fc369689f2c65

sev- noreply at scummvm.org
Sat May 30 14:53:16 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:
0846f18960 GLK: Include missing file to the detection plugin


Commit: 0846f189603f3b097cd29ec8b10fc369689f2c65
    https://github.com/scummvm/scummvm/commit/0846f189603f3b097cd29ec8b10fc369689f2c65
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-05-30T16:52:57+02:00

Commit Message:
GLK: Include missing file to the detection plugin

Changed paths:
    engines/glk/module.mk


diff --git a/engines/glk/module.mk b/engines/glk/module.mk
index a9e1b3ec949..52e0dc24c94 100644
--- a/engines/glk/module.mk
+++ b/engines/glk/module.mk
@@ -395,5 +395,6 @@ DETECT_OBJS += $(MODULE)/zcode/detection.o
 
 # Dependencies of detection objects
 DETECT_OBJS += $(MODULE)/blorb.o
+DETECT_OBJS += $(MODULE)/scott/zx_spectrum.o
 DETECT_OBJS += $(MODULE)/advsys/game.o
 endif




More information about the Scummvm-git-logs mailing list