aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-21Catch Profile.json parse to prevent crash on launch (#3393)Phi
2023-01-20Ava UI: Add Control+Cmd+F HotKey for Mac OS (#4317)gnisman
2023-01-20Audio: Implement PCM24 output (#4321)merry
2023-01-20Ava UI: Fixes and cleanup Updater (#4269)Ac_K
2023-01-19Vulkan: Destroy old swapchain on swapchain recreation (#3889)Fliperworld
2023-01-19Vulkan: Explicitly enable precise occlusion queries (#4292)riperiperi
2023-01-19NativeSignalHandler: Fix write flag (#4306)merry
2023-01-18Optimize string memory usage. Use Spans and StringBuilders where possible (#3...Andrey Sukharev
2023-01-18HOS: Load RomFs by pid (#4301)Ac_K
2023-01-17Fix NRE when disposing AddressSpace with 4KB pages support (#4307)TSRBerry
2023-01-17ConfigurationState: Default to Vulkan on macOS (#4299)merry
2023-01-17Implement support for page sizes > 4KB (#4252)gdkchan
2023-01-17Ava UI: Readd some infos to the GameList (#4302)Ac_K
2023-01-17Add short duration texture cache (#3754)riperiperi
2023-01-16Ava: Fix Linux Vulkan renderer regression (#4303)TSRBerry
2023-01-16UI: Fixes GTK sorting regression of #4294Ac_K
2023-01-16Ava UI: `Renderer` refactoring (#4297)Ac_K
2023-01-16UI: Fix applications times (#4294)Ac_K
2023-01-15Specify image view usage flags on Vulkan (#4283)gdkchan
2023-01-15Implement missing service calls in `pm` (#4210)Isaac Marovitz
2023-01-15Ava UI: `TitleUpdateWindow` Refactor (#4276)Isaac Marovitz
2023-01-15Audren: Implement polyphase upsampler (#4256)merry
2023-01-15Ava UI: Fixes "Hide Cursor on Idle" for Windows (#4266)Ac_K
2023-01-14Change GetPageSize to use Environment.SystemPageSize (#4291)gnisman
2023-01-14Fix texture flush from CPU WaitSync regression on OpenGL (#4289)gdkchan
2023-01-14Fix NRE when MemoryUnmappedHandler is called for a destroyed channel (#4285)gdkchan
2023-01-13Fix texture modified on CPU from GPU thread after being modified on GPU not b...gdkchan
2023-01-13Update Program.csAc_K
2023-01-13Revert "Relax Vulkan requirements (#4228)" (#4279)Ac_K
2023-01-13Relax Vulkan requirements (#4228)gdkchan
2023-01-13Prepo: Fix SaveSystemReport* IPC definitions (#4278)Ac_K
2023-01-13Vulkan: Add workarounds for MoltenVK (#4202)riperiperi
2023-01-13ava: Reorder settings of Resolution Scaler (#4270)Ac_K
2023-01-12Ava UI: Various Fixes (#4268)Isaac Marovitz
2023-01-12Ava UI: Settings Adjustments (#4273)Isaac Marovitz
2023-01-12Ptc: Check process architecture (#4272)merry
2023-01-12Arm64: Cpu feature detection (#4264)merry
2023-01-12lm: Handle Tail flag in LogPacket (#4274)Ac_K
2023-01-11Ava UI: Move Ava logging to Logger.Debug (#4255)Ac_K
2023-01-11Ava UI: Fixes PerformanceCheck condition (#4271)Ac_K
2023-01-11Ava GUI: User Profile Manager + Other Fixes (#4166)Isaac Marovitz
2023-01-11Ava: Fixes Update count in heading (#4265)Ac_K
2023-01-11Remove textures from cache on unmap if not mapped and modified (#4211)gdkchan
2023-01-11ava: Generate Locale menu automatically (#4243)Ac_K
2023-01-10Implement JIT Arm64 backend (#4114)gdkchan
2023-01-10Set LSApplicationCategoryType to games (#4257)UltraHDR
2023-01-10Fix context menu locales (#4242)Isaac Marovitz
2023-01-10misc: Enforce LF (#4253)Mary-nyan
2023-01-10ava: Cleanup AppHost (#4240)Ac_K
2023-01-10Ava: Add missing null check to ContentDialogHelper.ShowAsync() (#4248)TSRBerry