Add GDK_BACKEND variable

This commit is contained in:
RMED24 2022-12-05 08:14:26 +00:00 committed by TSR Berry
parent b56a1c1aed
commit a2c1577c96
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");
}
if (OperatingSystem.IsMacOS())
@ -336,4 +337,4 @@ namespace Ryujinx
Logger.Shutdown();
}
}
}
}