aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-04-29Fix alt key appearing as control in settings menus (#6742)Andrew Glaze
2024-04-28Fix Cursor States On Windows (#6725)Exhigh
2024-04-28Fix direct keyboard not working when using a Controller. (#6716)MaxLastBreath
2024-04-28HID: Correct direct mouse deltas (#6736)riperiperi
2024-04-22Add support for bindless textures from shader input (vertex buffer) on Vulkan...gdkchan
2024-04-21implement `MemoryManagerHostTracked.GetReadOnlySequence()` (#6695)jhorv
2024-04-21Use pooled memory and avoid memory copies (#6691)jhorv
2024-04-20End render target lifetime on syncpoint increment (#6687)gdkchan
2024-04-19chore: remove repetitive words (#6690)toofooboo
2024-04-19Do not compare Span<T> to 'null' or 'default' (#6683)Marco Carvalho
2024-04-19Update to new standard for volatility operations (#6682)Marco Carvalho
2024-04-18Fix unmapped address check when reading texture handles (#6679)gdkchan
2024-04-17Ava UI: Input Menu Refactor (#5826)Isaac Marovitz
2024-04-15Fix crash when changing controller config (#6654)Luke
2024-04-14Texture loading: reduce memory allocations (#6623)jhorv
2024-04-11Account for swapchain image count change after re-creation (#6652)gdkchan
2024-04-11Allow BSD sockets Poll to exit when emulation ends (#6650)gdkchan
2024-04-10Revert "Update StoreConstantToMemory to match StoreConstantToAddress on value...gdkchan
2024-04-11Update StoreConstantToMemory to match StoreConstantToAddress on value read (#...WilliamWsyHK
2024-04-10Ava UI: Prevent Status Bar Backend Update (#6506)Isaac Marovitz
2024-04-10Fix input consumed by audio renderer SplitterState.Update (#6640)gdkchan
2024-04-09CPU: Produce non-inf results for RSQRTE instruction with subnormal inputs (#6...gdkchan
2024-04-09Use ResScaleUnsupported flag for texture arrays (#6626)gdkchan
2024-04-09Fast D32S8 2D depth texture copy (#6636)gdkchan
2024-04-08Pin audio renderer update output buffers (#6633)gdkchan
2024-04-07Disable CLI setting persistence for HW-accelerated GUI. (#6620)MutantAura
2024-04-07Add support for large sampler arrays on Vulkan (#6489)gdkchan
2024-04-07CPU: Fix PC alignment for ADR thumb instruction (#6613)gdkchan
2024-04-07Audio rendering: reduce memory allocations (#6604)jhorv
2024-04-07Enhance Error Handling with Try-Pattern Refactoring (#6610)Marco Carvalho
2024-04-07Replacing the try-catch block with null-conditional and null-coalescing opera...Marco Carvalho
2024-04-06misc: Add ANGLE configuration option to JSON and CLI (#6520)MutantAura
2024-04-06Delete old 16KB page workarounds (#6584)gdkchan
2024-04-06Vulkan: Fix swapchain image view leak (#6509)gdkchan
2024-04-06Vulkan: Skip draws when patches topology is used without a tessellation shade...gdkchan
2024-04-06Add mod enablement status in the log message (#6571)WilliamWsyHK
2024-04-06"Task.Wait()" synchronously blocks, use "await" instead (#6598)Marco Carvalho
2024-04-05ts: Migrate service to Horizon project (#6514)Ac_K
2024-04-05Ignore diacritics on game search (#6602)gdkchan
2024-04-05Add missing ModWindowTitle locale key (#6601)gdkchan
2024-04-04Add support to IVirtualMemoryManager for zero-copy reads (#6251)jhorv
2024-04-03Stop clearing Modified flag on DiscardData (#6591)gdkchan
2024-04-02New Crowdin updates (#6550)Ac_K
2024-03-27UI: Friendly driver name reporting. (#6530)MutantAura
2024-03-26Implement host tracked memory manager mode (#6356)gdkchan
2024-03-26Recreate swapchain correctly when toggling VSync (#6521)jcm
2024-03-26Disable push descriptors for Intel ARC GPUs on Windows (#6551)gdkchan
2024-03-23New gamecard icons (#6557)SamusAranX
2024-03-23Add a few missing locale strings on Avalonia (#6556)gdkchan
2024-03-21Updates the default value for BufferedQuery (#6351)Matt Heins