mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-30 20:57:10 +02:00
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:
parent
ac80b73f31
commit
a0bc05d034
2 changed files with 5 additions and 3 deletions
|
@ -20,7 +20,7 @@ namespace Ryujinx.Ava.Ui
|
|||
}
|
||||
else if (OperatingSystem.IsLinux())
|
||||
{
|
||||
_window = X11Window;
|
||||
_window = new SimpleX11Window(new NativeHandle(X11Display), new NativeHandle(WindowHandle));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue