From c3f7e1b47bd19e5e1812ed7c4d09047f5cba8d80 Mon Sep 17 00:00:00 2001 From: Shyanne Date: Wed, 28 Jan 2026 00:27:53 -0500 Subject: [PATCH] Removed DBusFilePicker never should have been included tbh, i forgot to remove it lol --- src/Ryujinx/Program.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Ryujinx/Program.cs b/src/Ryujinx/Program.cs index c2018822a..75c534b26 100644 --- a/src/Ryujinx/Program.cs +++ b/src/Ryujinx/Program.cs @@ -180,7 +180,6 @@ namespace Ryujinx.Ava .UsePlatformDetect() .With(new X11PlatformOptions { - UseDBusFilePicker = false, EnableMultiTouch = true, EnableIme = true, EnableInputFocusProxy = Environment.GetEnvironmentVariable("XDG_CURRENT_DESKTOP") == "gamescope",