aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMary Guillemard <mary@mary.zone>2024-02-19 21:18:46 +0100
committerGitHub <noreply@github.com>2024-02-19 21:18:46 +0100
commit6ef89461699518a9b140c5b094c7b32f78824a35 (patch)
treef544dfa522a4c8b9e4899d90f7fcf36e3c5a2cb2
parent42340fc743aec49a5bebfc3969e24f070e436e06 (diff)
Avalonia: Fix gamescope once and for all (#6301)1.1.1203
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 <mary@mary.zone>
-rw-r--r--src/Ryujinx.Ava/Program.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Ryujinx.Ava/Program.cs b/src/Ryujinx.Ava/Program.cs
index 7751bb52..702240ba 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