mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2024-11-14 09:05:28 +00:00
Avalonia: only enable gamescope workaround under it (#6374)
Signed-off-by: Mary Guillemard <mary@mary.zone>
This commit is contained in:
parent
87f238be60
commit
53b5985da6
|
@ -59,7 +59,7 @@ namespace Ryujinx.Ava
|
|||
{
|
||||
EnableMultiTouch = true,
|
||||
EnableIme = true,
|
||||
EnableInputFocusProxy = true,
|
||||
EnableInputFocusProxy = Environment.GetEnvironmentVariable("XDG_CURRENT_DESKTOP") == "gamescope",
|
||||
RenderingMode = new[] { X11RenderingMode.Glx, X11RenderingMode.Software },
|
||||
})
|
||||
.With(new Win32PlatformOptions
|
||||
|
|
Loading…
Reference in a new issue