mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-20 17:51:13 +02:00
Linux: Fix file picker not launching
This commit is contained in:
@@ -87,6 +87,7 @@ namespace Ryujinx.Ava
|
||||
RenderingMode = UseHardwareAcceleration ?
|
||||
new[] { X11RenderingMode.Glx, X11RenderingMode.Software } :
|
||||
new[] { X11RenderingMode.Software },
|
||||
UseDBusFilePicker = false,
|
||||
})
|
||||
.With(new Win32PlatformOptions
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user