From e4d73c74109781b2fc3b213863215ea18d6c8412 Mon Sep 17 00:00:00 2001 From: BlueInterlude <180455074+BlueInterlude@users.noreply.github.com> Date: Tue, 24 Mar 2026 10:50:43 -0400 Subject: [PATCH] Grant access to Gamescope socket for Steam Deck OLED See https://github.com/flathub/org.DolphinEmu.dolphin-emu/pull/178 Bug only occurs on the OLED version. To replicate the error, install the Gamescope Flatpak, set renderer to Vulkan, launch a ROM in Game Mode, see error. This isn't an issue on the current runtime used but will be when the runtime is bumped (noticed on other recomps with newer runtimes), will PR the same to the others. --- flatpak/io.github.zelda64recomp.zelda64recomp.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flatpak/io.github.zelda64recomp.zelda64recomp.json b/flatpak/io.github.zelda64recomp.zelda64recomp.json index 179167a..3ed18f0 100644 --- a/flatpak/io.github.zelda64recomp.zelda64recomp.json +++ b/flatpak/io.github.zelda64recomp.zelda64recomp.json @@ -13,7 +13,8 @@ "--filesystem=host", "--filesystem=/media", "--filesystem=/run/media", - "--filesystem=/mnt" + "--filesystem=/mnt", + "--filesystem=xdg-run/gamescope-0:ro" ], "modules": [ {