aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Ava/UI/Renderer/EmbeddedWindow.cs
AgeCommit message (Collapse)Author
2023-04-27Move solution and projects to srcTSR Berry
2023-02-09`ObjectiveC` Helper Class (#4286)Isaac Marovitz
* `NativeMacOS` Helper Class * Corrections * Make CFString IDisposable * Fix `openURL:` * `dealloc` metal layer * Remove releases * Use NSString * Update Ryujinx.Ui.Common/Helper/NativeMacOS.cs Co-authored-by: merry <git@mary.rs> * Programatically select updates in Finder * Address feedback * Feedback * Ptr * Fix whoopsie * Ack suggestions * Update Ryujinx.Ava/UI/Renderer/EmbeddedWindow.cs Co-authored-by: gdkchan <gab.dark.100@gmail.com> * GDK Suggestions --------- Co-authored-by: merry <git@mary.rs> Co-authored-by: gdkchan <gab.dark.100@gmail.com>
2023-01-22Ava UI: Various Fixes (#4326)Ac_K
* Ava UI: Various Fixes * use WriteAllBytes
2023-01-16Ava: Fix Linux Vulkan renderer regression (#4303)TSRBerry
* ava: Fix Linux Vulkan renderer staying transparent * ava: Minor Renderer cleanup * Don't supress potential NRE warning Co-authored-by: Ac_K <Acoustik666@gmail.com> Co-authored-by: Ac_K <Acoustik666@gmail.com>
2023-01-16Ava UI: `Renderer` refactoring (#4297)Ac_K
* Ava UI: `Renderer` refactoring * Fix Vulkan CreateSurface