Update Program.cs

This commit is contained in:
RMED24 2022-12-05 08:47:39 +00:00 committed by TSR Berry
parent 0c8fa9f0b2
commit fe1895937b
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();
setenv(GDK_BACKEND, x11, 1);
setenv("GDK_BACKEND", "x11", 1);
}
if (OperatingSystem.IsMacOS())