ava: Fix invisible vulkan window on Linux (#3901)

Co-authored-by: emmauss <emmausssss@gmail.com>

Co-authored-by: emmauss <emmausssss@gmail.com>
This commit is contained in:
TSRBerry 2022-11-25 18:40:44 +01:00 committed by GitHub
parent 5d3ef7761b
commit 70f2da8fdf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View file

@ -20,7 +20,7 @@ namespace Ryujinx.Ava.Ui
}
else if (OperatingSystem.IsLinux())
{
_window = X11Window;
_window = new SimpleX11Window(new NativeHandle(X11Display), new NativeHandle(WindowHandle));
}
else
{