aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Ava/Ui/Controls/VulkanEmbeddedWindow.cs
AgeCommit message (Collapse)Author
2022-12-06UI: Add Metal surface creation for MoltenVK (#3980)riperiperi
* Initial implementation of metal surface across UIs * Fix SDL2 on windows * Update Ryujinx/Ryujinx.csproj Co-authored-by: Mary-nyan <thog@protonmail.com> * Address Feedback Co-authored-by: Mary-nyan <thog@protonmail.com>
2022-11-26Avalonia: Fix OpenGL crashing on Linux (#3902)TSRBerry
* ava: Fix OpenGL crashing on Linux Fixes a regression from #3901 * Fix formatting
2022-11-25ava: Fix invisible vulkan window on Linux (#3901)TSRBerry
Co-authored-by: emmauss <emmausssss@gmail.com> Co-authored-by: emmauss <emmausssss@gmail.com>
2022-09-19Avalonia - Use embedded window for avalonia (#3674)Emmanuel Hansen
* wip * use embedded window * fix race condition on opengl Windows * fix glx issues on prime nvidia * fix mouse support win32 * clean up * addressed review * addressed review * fix warnings * fix sotware keyboard dialog * Update Ryujinx.Ava/Ui/Applet/SwkbdAppletDialog.axaml.cs Co-authored-by: gdkchan <gab.dark.100@gmail.com> * remove double semi Co-authored-by: gdkchan <gab.dark.100@gmail.com>