aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Services
AgeCommit message (Expand)AuthorFilesLines
2023-03-31HLE: Refactoring of ApplicationLoader (#4480)1.1.689Ac_K13-57/+44
2023-03-24Fix handle leak on IShopServiceAccessServerInterface.CreateServerInterface (#...1.1.678gdkchan1-0/+3
2023-03-21Revert "Use source generated json serializers in order to improve code trimmi...1.1.675gdkchan7-56/+31
2023-03-21Use source generated json serializers in order to improve code trimming (#4094)1.1.674Andrey Sukharev7-31/+56
2023-03-19Avoid copying more handles than we have space for (#4564)1.1.670TSRBerry1-9/+28
2023-03-17Reducing memory allocations (#4537)1.1.668jhorv3-131/+151
2023-03-17Update syscall capabilites to include SVCs from FW 15.0.0 (#4530)1.1.667TSRBerry1-1/+1
2023-03-11Misc performance tweaks (#4509)1.1.657jhorv1-1/+1
2023-03-04Minor code formatting (#4498)1.1.649gdkchan8-15/+14
2023-03-01Update LibHac to 0.18.0 (#4414)1.1.647Steveice1015-91/+93
2023-02-28Sockets: Properly convert error codes on MacOS (#4491)1.1.646riperiperi2-45/+104
2023-02-10Treat NpadIdType < 0 as invalid. Filter invalid SupportedPlayers inside IHidS...1.1.616Logan Stromberg2-3/+5
2023-02-08Replace BitConverter.ToString(bytes).Replace("-", "") with Convert.ToHexStrin...1.1.608Berkan Diler2-4/+4
2023-02-01Implement Account LoadOpenContext (#4359)1.1.599gdkchan1-3/+10
2023-01-21Catch Profile.json parse to prevent crash on launch (#3393)1.1.579Phi1-6/+17
2023-01-18Optimize string memory usage. Use Spans and StringBuilders where possible (#3...1.1.572Andrey Sukharev2-3/+5
2023-01-18HOS: Load RomFs by pid (#4301)1.1.571Ac_K1-3/+6
2023-01-15Implement missing service calls in `pm` (#4210)1.1.560Isaac Marovitz3-1/+56
2023-01-09Replace tabs with spaces across the project (#4244)1.1.527gdkchan1-1706/+1706
2023-01-08Horizon: Impl Prepo, Fixes bugs, Clean things (#4220)1.1.519Ac_K8-365/+1
2023-01-04IPC refactor part 3+4: New server HIPC message processor (#4188)1.1.506gdkchan41-153/+152
2022-12-29HLE: Add basic stubs to get Labo VR booting to title screen. (#4007)1.1.498Luminoso-2561-0/+25
2022-12-26Added Generic Math to BitUtils (#3929)1.1.491Hunter2-2/+2
2022-12-26bsd::RecvFrom: verify output buffer size before writing socket address (#4135)1.1.490gnisman1-1/+8
2022-12-24Some minor cleanups and optimizations (#4174)1.1.489Berkan Diler5-31/+17
2022-12-21hle: Handle GPU profiler and debugger device path correctly (#4138)1.1.484Mary-nyan3-14/+51
2022-12-18hle: Fix wrong conversion in UserPresence.ToString (#4142)1.1.477Mary-nyan1-2/+1
2022-12-12Bsd: Add support for dns_mitm (#4102)1.1.468TSRBerry2-3/+122
2022-12-12Use method overloads that support trimming. Mark some types to be trimming fr...Andrey Sukharev1-8/+8
2022-12-12Bsd: Implement Select (#4017)1.1.462TSRBerry28-43/+263
2022-12-10Fix Redundant Qualifer Warnings (#4091)1.1.459Isaac Marovitz3-4/+4
2022-12-07acc: Stub CheckNetworkServiceAvailabilityAsync (#4052)1.1.448Ac_K2-0/+40
2022-12-05Make structs readonly when applicable (#4002)1.1.426Andrey Sukharev2-29/+4
2022-12-04Use source generated regular expressions (#4005)1.1.417Andrey Sukharev1-10/+22
2022-11-28amadeus: Fixes and initial 15.0.0 support (#3908)1.1.394Mary-nyan3-1/+42
2022-11-28sfdnsres; Fix deserializer of AddrInfoSerialized when addresses are empty (#3...1.1.393Ac_K3-5/+13
2022-11-27bsd: Fix eventfd broken logic (#3647)1.1.392Mary-nyan3-17/+60
2022-11-27HLE: fix small issue in IPsmSession (#3909)1.1.391Luminoso-2561-1/+1
2022-11-24Reduce usage of Marshal.PtrToStructure and Marshal.StructureToPtr (#3805)1.1.381Mary-nyan7-36/+43
2022-11-23Update to LibHac 0.17.0 (#3878)1.1.372Alex Barney2-4/+17
2022-11-23Stub IFriendService: 1 (Cancel) (#3841)1.1.371WilliamWsyHK1-0/+10
2022-11-18am: Stub GetSaveDataSizeMax (#3857)1.1.359TSRBerry1-6/+23
2022-11-16Update units of memory from decimal to binary prefixes (#3716)1.1.349Wunk3-35/+35
2022-11-16Use new C# 11 u8 string literals (#3854)1.1.348Berkan Diler3-3/+3
2022-11-16Make use of Random.Shared (#3852)1.1.347Berkan Diler4-7/+4
2022-11-09infra: Migrate to .NET 7 (#3795)1.1.339Mary-nyan18-43/+44
2022-10-27AppletAE: stub SetRecordVolumeMuted (#3804)1.1.330Luke Warner1-1/+15
2022-10-27hid/irs: Stub StopImageProcessorAsync (#3799)1.1.329Luke Warner1-1/+13
2022-10-19Implement the GetSessionCacheMode in SSL servuce (#3735)1.1.318WilliamWsyHK1-1/+5
2022-10-19Manage state of NfcManager (#3678)1.1.317Carl Ouellette2-1/+35