aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-01-25Vulkan: Use staging buffer for temporary constants (#6168)riperiperi
2024-01-24Implement SQSHL (immediate) CPU instruction (#6155)gdkchan
2024-01-24Vulkan: Enumerate Query Pool properly (#6167)riperiperi
2024-01-24Use unix timestamps on GetFileTimeStampRaw (#6169)gdkchan
2024-01-22Fix architecture preference for MacOS game shortcuts (#6145)Alex0007
2024-01-22Fix missing data for new copy dependency textures with mismatching size (#6161)gdkchan
2024-01-22Add a separate device memory manager (#6153)gdkchan
2024-01-22Input: Improve controller identification (#6029)riperiperi
2024-01-21Fix integer overflow on downsample surround to stereo (#6160)gdkchan
2024-01-20Implement a new JIT for Arm devices (#6057)gdkchan
2024-01-20Vulkan: Use templates for descriptor updates (#6014)riperiperi
2024-01-20Support portable mode using the macOS app bundle. (#6147)Steveice10
2024-01-18Change shader cache init wait method (#6131)gdkchan
2024-01-18Move most of signal handling to Ryujinx.Cpu project (#6128)gdkchan
2024-01-16Vulkan: Cache delegate for EndRenderPass (#6132)riperiperi
2024-01-14Fix vertex buffer size when switching between inline and state draw parameter...gdkchan
2024-01-13Revert Apple hypervisor force ordered memory change (#6068)gdkchan
2024-01-13Fix Amiibo regression and some minor code improvements (#6107)TSRBerry
2024-01-13Switch to `Microsoft.IdentityModel.JsonWebTokens` (#6108)Isaac Marovitz
2024-01-13Ava UI: RTL Language Support (#5619)Isaac Marovitz
2024-01-13Ava UI: Better Controller Applet (#5756)Isaac Marovitz
2024-01-04Fix PPTC version string for firmware titles (#6071)gdkchan
2024-01-04Add support for PermissionLocked attribute added on firmware 17.0.0 (#6072)gdkchan
2023-12-28Local Amiibo.json should be used if connection failed (#3681)AxesP
2023-12-25Ava UI: Fix crash when clicking on a cheat's name (#5860)Isaac Marovitz
2023-12-11Ava UI: Fix temporary volume not being set after unmute (#5833)rmg-x
2023-12-04Implement support for multi-range buffers using Vulkan sparse mappings (#5427)gdkchan
2023-12-04ApplicationLibrary: Skip invalid symlinks (#6004)TSRBerry
2023-12-04Improve indication of emulation being paused by the User (#5836)gnisman
2023-12-04editorconfig: Set default encoding to UTF-8 (#5793)TSRBerry
2023-11-30HLE: Add OS-specific precise sleep methods to reduce spinwaiting (#5948)riperiperi
2023-11-23Extend bindless elimination to see through shuffle (#5958)gdkchan
2023-11-19Enable copy dependency between RGBA8 and RGBA32 formats (#5943)gdkchan
2023-11-19Extend bindless elimination to see through Phis with the same results (#5957)gdkchan
2023-11-18misc: Default to Vulkan if available or running on macOS (#5913)MutantAura
2023-11-16Fix JitCache.Unmap called with the same address freeing memory in use (#5937)gdkchan
2023-11-16Fix macOS Path (#5941)Isaac Marovitz
2023-11-15Fix missing texture flush for draw then DMA copy sequence without render targ...gdkchan
2023-11-15chore: Update OpenTK to 4.8.1 (#5912)Mary Guillemard
2023-11-15Migrate to .NET 8 (#5887)Zoltan Csizmadia
2023-11-14Disable DMA GPU copy for block linear to linear copies (#5927)gdkchan
2023-11-14Work around issue apparently caused by 5909 (#5926)gdkchan
2023-11-13Do not set modified flag again if texture was not modified (#5909)gdkchan
2023-11-11Revert "Add support for multi game XCIs (#5638)" (#5914)gdkchan
2023-11-11Add support for multi game XCIs (#5638)TSRBerry
2023-11-11Create Desktop Shortcut fixes (#5852)NitroTears
2023-11-11Add accelerator keys for Options and Help (#5884)Isaac Marovitz
2023-11-11UI: Change default hide cursor mode to OnIdle (#5906)jcm
2023-11-07Force all exclusive memory accesses to be ordered on AppleHv (#5898)gdkchan
2023-11-06Overhaul of string formatting/parsing/sorting logic for TimeSpans, DateTimes,...SamusAranX