From 4181d8040546ed433f14a4fe5bee4a673b879b5f Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 18 Oct 2025 15:52:13 +0200 Subject: [PATCH] Fix for strict aliasing build --- .gitignore | 2 ++ TODO | 2 ++ depends/mglpp | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d9aeca8..5290e2d 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,5 @@ compile_commands.json **/xdg-output-unstable-v1-client-protocol.h **/xdg-output-unstable-v1-protocol.c + +depends/.wraplock diff --git a/TODO b/TODO index 35ce1d9..534395f 100644 --- a/TODO +++ b/TODO @@ -215,3 +215,5 @@ If replay duration is set below the "save 1 min" or "save 10 min" then gray them The UI is unusable on a vertical monitor. Steam overlay interfers with controller input in gsr ui. Maybe move controller handling the gsr-global-hotkeys to do a grab on the controller, to only give the key input to gsr ui. + +Add option to show recording status with scroll lock led (use x11 xkb). Blink when starting/stopping recording and set led on when recording is running and set led off when not recording. diff --git a/depends/mglpp b/depends/mglpp index 50b2b00..b569045 160000 --- a/depends/mglpp +++ b/depends/mglpp @@ -1 +1 @@ -Subproject commit 50b2b007cc82d6d3498a30be50e8386ce14ff2bf +Subproject commit b569045831381f1ecbcdebd9cb2767f97b868394