mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-03-14 21:40:18 +00:00
Update Program.cs
This commit is contained in:
parent
0c8fa9f0b2
commit
fe1895937b
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ namespace Ryujinx
|
|||
if (OperatingSystem.IsLinux())
|
||||
{
|
||||
XInitThreads();
|
||||
setenv(GDK_BACKEND, x11, 1);
|
||||
setenv("GDK_BACKEND", "x11", 1);
|
||||
}
|
||||
|
||||
if (OperatingSystem.IsMacOS())
|
||||
|
|
Loading…
Reference in a new issue