aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE
AgeCommit message (Expand)Author
2024-01-20Implement a new JIT for Arm devices (#6057)gdkchan
2024-01-18Change shader cache init wait method (#6131)gdkchan
2024-01-13Switch to `Microsoft.IdentityModel.JsonWebTokens` (#6108)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-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-15Migrate to .NET 8 (#5887)Zoltan Csizmadia
2023-11-11Revert "Add support for multi game XCIs (#5638)" (#5914)gdkchan
2023-11-11Add support for multi game XCIs (#5638)TSRBerry
2023-11-07Force all exclusive memory accesses to be ordered on AppleHv (#5898)gdkchan
2023-11-01Fix AddSessionObj NRE regression (#5875)gdkchan
2023-10-30[HLE] Remove ServerBase 1ms polling (#5855)riperiperi
2023-10-26Add ldn_mitm as a network client for LDN (#5656)TSRBerry
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-13Horizon: Migrate usb and psc services (#5800)Ac_K
2023-10-09Fix games freezing after initializing LDN 1021 times (#5787)TSRBerry
2023-10-06HLE: Fix Mii crc generation and minor issues (#5766)riperiperi
2023-10-05Strings should not be concatenated using '+' in a loop (#5664)Marco Carvalho
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-27Implement NGC service (#5681)gdkchan
2023-09-25Add ldn:u implementation, INetworkClient interface and DisabledLdnClient (#5652)TSRBerry
2023-09-20Horizon: Migrate wlan and stubs latest services (#5708)Ac_K
2023-09-19Stub unsupported BSD socket options (#5670)gdkchan
2023-09-14lbl: Migrate service to Horizon (#5628)Ac_K
2023-09-07Replacing 'Assembly.GetExecutingAssembly()' with 'Type.Assembly' (#5545)Marco Carvalho
2023-09-01Fix numeric SWKB validation (#5627)Isaac Marovitz
2023-08-30opus: Implement GetWorkBufferSizeExEx and GetWorkBufferSizeForMultiStreamExEx...Ac_K
2023-08-17mm: Migrate service in Horizon project (#5580)Ac_K
2023-08-13"static readonly" constants should be "const" instead (#5560)Marco Carvalho
2023-08-10[Hotfix] hid: Prevent out of bounds array access (#5547)TSRBerry
2023-08-09Allow access to code memory for exefs mods (#5518)TSRBerry
2023-07-24Add workflow to automatically check code style issues for PRs (#4670)TSRBerry
2023-07-19HLE: Fix corrupted Mii structs (#5468)TSRBerry
2023-07-17[Hotfix] sockets: Resolve empty port requests to 0 again (#5459)TSRBerry
2023-07-16[Ryujinx.HLE] Address dotnet-format issues (#5380)TSRBerry
2023-07-07[Ryujinx.Ava] Address dotnet-format issues (#5361)TSRBerry
2023-07-02[Ryujinx.Audio] Address dotnet-format issues (#5362)TSRBerry
2023-06-28[Ryujinx.Common] Address dotnet-format issues (#5358)TSRBerry
2023-06-28Apply new naming rule to all projects except Vp9 (#5407)TSRBerry
2023-06-23"StartsWith" and "EndsWith" overloads that take a "char" should be used inste...Marco Carvalho
2023-06-23"Find" method should be used instead of the "FirstOrDefault" extension (#5344)Marco Carvalho
2023-06-23"Exists" method should be used instead of the "Any" extension (#5345)Marco Carvalho
2023-06-22GetHashCode should not reference mutable fields (#5331)Marco Carvalho
2023-06-20misc: Implement address space size workarounds (#5191)Mary
2023-06-15Inheritance list should not be redundant (#5230)Marco Carvalho
2023-06-15Blocks should be synchronized on read-only fields (#5212)Marco Carvalho