aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS
AgeCommit message (Expand)Author
2023-04-27Move solution and projects to srcTSR Berry
2023-04-25Add missing check for thread termination on ArbitrateLock (#4722)gdkchan
2023-04-24Reducing Memory Allocations 202303 (#4624)jhorv
2023-04-16[GUI] Add network interface dropdown (#4597)TSRBerry
2023-04-14Rename Hipc to Cmif where appropriate (#3880)Alex Barney
2023-04-05Eliminate boxing allocations caused by ISampledData structs (#4556)jhorv
2023-04-03Source generated json serializers (#4582)Andrey Sukharev
2023-03-31HLE: Refactoring of ApplicationLoader (#4480)Ac_K
2023-03-24Fix handle leak on IShopServiceAccessServerInterface.CreateServerInterface (#...gdkchan
2023-03-21Revert "Use source generated json serializers in order to improve code trimmi...gdkchan
2023-03-21Use source generated json serializers in order to improve code trimming (#4094)Andrey Sukharev
2023-03-19Avoid copying more handles than we have space for (#4564)TSRBerry
2023-03-17Reducing memory allocations (#4537)jhorv
2023-03-17Update syscall capabilites to include SVCs from FW 15.0.0 (#4530)TSRBerry
2023-03-11Misc performance tweaks (#4509)jhorv
2023-03-04Minor code formatting (#4498)gdkchan
2023-03-01Update LibHac to 0.18.0 (#4414)Steveice10
2023-02-28Sockets: Properly convert error codes on MacOS (#4491)riperiperi
2023-02-10Treat NpadIdType < 0 as invalid. Filter invalid SupportedPlayers inside IHidS...Logan Stromberg
2023-02-08Replace BitConverter.ToString(bytes).Replace("-", "") with Convert.ToHexStrin...Berkan Diler
2023-02-01Implement Account LoadOpenContext (#4359)gdkchan
2023-01-29Initial Apple Hypervisor based CPU emulation (#4332)gdkchan
2023-01-21Catch Profile.json parse to prevent crash on launch (#3393)Phi
2023-01-18Optimize string memory usage. Use Spans and StringBuilders where possible (#3...Andrey Sukharev
2023-01-18HOS: Load RomFs by pid (#4301)Ac_K
2023-01-17Implement support for page sizes > 4KB (#4252)gdkchan
2023-01-15Implement missing service calls in `pm` (#4210)Isaac Marovitz
2023-01-09Replace tabs with spaces across the project (#4244)gdkchan
2023-01-08Horizon: Impl Prepo, Fixes bugs, Clean things (#4220)Ac_K
2023-01-05hle: Add safety measure around overflow in ScheduleFutureInvocationMary
2023-01-05Make PPTC state non-static (#4157)gdkchan
2023-01-04IPC refactor part 3+4: New server HIPC message processor (#4188)gdkchan
2022-12-29HLE: Add basic stubs to get Labo VR booting to title screen. (#4007)Luminoso-256
2022-12-26Added Generic Math to BitUtils (#3929)Hunter
2022-12-26bsd::RecvFrom: verify output buffer size before writing socket address (#4135)gnisman
2022-12-24Some minor cleanups and optimizations (#4174)Berkan Diler
2022-12-21make UI display correct content in Chinese (#4155)Ccl
2022-12-21hle: Handle GPU profiler and debugger device path correctly (#4138)Mary-nyan
2022-12-18hle: Fix wrong conversion in UserPresence.ToString (#4142)Mary-nyan
2022-12-12Bsd: Add support for dns_mitm (#4102)TSRBerry
2022-12-12Use method overloads that support trimming. Mark some types to be trimming fr...Andrey Sukharev
2022-12-12Bsd: Implement Select (#4017)TSRBerry
2022-12-10Fix Redundant Qualifer Warnings (#4091)Isaac Marovitz
2022-12-07acc: Stub CheckNetworkServiceAvailabilityAsync (#4052)Ac_K
2022-12-07hle: Do not add disabled AoC item to the list (#4044)Ac_K
2022-12-06UI: Add Metal surface creation for MoltenVK (#3980)riperiperi
2022-12-05Make structs readonly when applicable (#4002)Andrey Sukharev
2022-12-04Add InfoType.MesosphereCurrentProcess (#3792)Shane Slattery
2022-12-04Use source generated regular expressions (#4005)Andrey Sukharev
2022-12-01Revert "nuget: bump SixLabors.ImageSharp from 1.0.4 to 2.1.3 (#3976)"Mary