aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2023-11-05Better handle instruction aborts when hitting unmapped memory (#5869)Somebody Whoisbored
2023-11-01Fix AddSessionObj NRE regression (#5875)gdkchan
2023-10-31Implement copy dependency for depth and color textures (#4365)gdkchan
2023-10-30[HLE] Remove ServerBase 1ms polling (#5855)riperiperi
2023-10-30Skip some invalid texture flushes (#5755)gdkchan
2023-10-26Add ldn_mitm as a network client for LDN (#5656)TSRBerry
2023-10-25macOS: Use user-friendly macOS version string (#5838)jcm
2023-10-24Fix loading tickets from a Sha256PartitionFileSystem (#5844)Alex Barney
2023-10-23Fix the AOC manager using incorrect paths (#5840)Alex Barney
2023-10-22Update to LibHac 0.19.0 (#5831)Alex Barney
2023-10-22Fix NRE on gather operations with depth compare on macOS (#5832)gdkchan
2023-10-21Revert "Ava UI: Input Menu Refactor (#4998)"TSR Berry
2023-10-21Ava UI: Input Menu Refactor (#4998)Isaac Marovitz
2023-10-20Add "Create Shortcut" To app context menu (#4734)NitroTears
2023-10-20Avalonia: Make slider scrollable with mouse wheel (#5760)Ahmad Tantowi
2023-10-20GPU: Add fallback when textureGatherOffsets is not supported (#5792)riperiperi
2023-10-18Enable copy between MS and non-MS textures with different height (#5801)gdkchan
2023-10-13Horizon: Migrate usb and psc services (#5800)Ac_K
2023-10-12Replace ReaderWriterLock with ReaderWriterLockSlim (#5785)sunshineinabox
2023-10-09Fix games freezing after initializing LDN 1021 times (#5787)TSRBerry
2023-10-08Avalonia: Show aspect ratio popup options in status bar (#5780)Ahmad Tantowi
2023-10-07Fix return value of Get function when a result does not yet exist for the add...sharmander
2023-10-06GPU: Add HLE macros for popular NVN macros (#5761)riperiperi
2023-10-06HLE: Fix Mii crc generation and minor issues (#5766)riperiperi
2023-10-06Fix SPIR-V call out arguments regression (#5767)gdkchan
2023-10-05Strings should not be concatenated using '+' in a loop (#5664)Marco Carvalho
2023-10-04Fix SPIR-V function calls (#5764)gdkchan
2023-10-04Use unique temporary variables for function call parameters on SPIR-V (#5757)gdkchan
2023-10-04Avalonia: Add macOS check for Color Space Passthrough (#5754)jcm
2023-10-03Implement textureSamples texture query shader instruction (#5750)gdkchan
2023-10-02Decrement nvmap reference count on surface flinger prealloc (#5753)gdkchan
2023-09-29Signal friends completion event and stub CheckBlockedUserListAvailability (#5...gdkchan
2023-09-29Fix audio renderer compressor effect (#5742)gdkchan
2023-09-27Implement NGC service (#5681)gdkchan
2023-09-26GPU: Don't create tracking handles for buffer textures (#5727)riperiperi
2023-09-26Ava: Fix regressions by rewriting CheckLaunchState (#5728)Ac_K
2023-09-26Reduce the amount of descriptor pool allocations on Vulkan (#5673)gdkchan
2023-09-26Make Vulkan memory allocator actually thread safe (#5575)gdkchan
2023-09-26Add VTimer as alternative interrupt method on Apple Hypervisor (#5663)gdkchan
2023-09-26Ava UI: Refactor `async` usage (#5516)Isaac Marovitz
2023-09-25Add ldn:u implementation, INetworkClient interface and DisabledLdnClient (#5652)TSRBerry