From 6ef89461699518a9b140c5b094c7b32f78824a35 Mon Sep 17 00:00:00 2001 From: Mary Guillemard Date: Mon, 19 Feb 2024 21:18:46 +0100 Subject: [PATCH] Avalonia: Fix gamescope once and for all (#6301) Enable input focus proxy, makes WM_TAKE_FOCUS capability to be exposed. This fix menu on gamescope, for real this time.... Signed-off-by: Mary Guillemard --- src/Ryujinx.Ava/Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Ryujinx.Ava/Program.cs b/src/Ryujinx.Ava/Program.cs index 7751bb520..702240ba3 100644 --- a/src/Ryujinx.Ava/Program.cs +++ b/src/Ryujinx.Ava/Program.cs @@ -59,6 +59,7 @@ namespace Ryujinx.Ava { EnableMultiTouch = true, EnableIme = true, + EnableInputFocusProxy = true, RenderingMode = new[] { X11RenderingMode.Glx, X11RenderingMode.Software }, }) .With(new Win32PlatformOptions