Update Program.cs

This commit is contained in:
RMED24 2022-12-05 13:18:21 +00:00 committed by TSR Berry
parent 3ba26e0762
commit 75963bb394
No known key found for this signature in database
GPG key ID: 52353C0A4CCA15E2

View file

@ -102,6 +102,7 @@ namespace Ryujinx
if (OperatingSystem.IsLinux())
{
XInitThreads();
Environment.SetEnvironmentVariable("GDK_BACKEND", "x11");
setenv("GDK_BACKEND", "x11", 1);
}