mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-02 18:21:08 +00:00
Fix for issue #16 "X11 misreported as unsupported platform"
This commit is contained in:
parent
8d7ba31e0c
commit
b977ff13bb
|
@ -306,7 +306,8 @@ namespace OpenTK
|
|||
{
|
||||
RunningOnSdl2 = DetectSdl2();
|
||||
}
|
||||
else if (runningOnLinux || options.Backend == PlatformBackend.PreferX11)
|
||||
|
||||
if (runningOnLinux || options.Backend == PlatformBackend.PreferX11)
|
||||
{
|
||||
runningOnX11 = DetectX11();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue