Update Program.cs

This commit is contained in:
RMED24 2022-12-05 08:42:42 +00:00 committed by TSR Berry
parent 731b8a9581
commit 0c8fa9f0b2
No known key found for this signature in database
GPG key ID: 52353C0A4CCA15E2

View file

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