aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Services
AgeCommit message (Expand)Author
2024-09-17Change image format view handling to allow view incompatible formats (#7311)gdkchan
2024-08-31Make HLE project AOT friendly (#7085)Emmanuel Hansen
2024-08-31Replace ImageSharp with SkiaSharp everywhere (#7030)Emmanuel Hansen
2024-08-17nim:eca : Stub CreateServerInterface2 (#7128)Tsubasa0504
2024-07-31Fix off-by-one on audio renderer PerformanceManager.GetNextEntry (#7139)gdkchan
2024-07-15replace ByteMemoryPool usage in Ryujinx.HLE (#6953)jhorv
2024-05-14HID: Stub IHidServer: 134 (SetNpadAnalogStickUseCenterClamp) (#6664)Tsubasa0504
2024-04-28HID: Correct direct mouse deltas (#6736)riperiperi
2024-04-21Use pooled memory and avoid memory copies (#6691)jhorv
2024-04-19Do not compare Span<T> to 'null' or 'default' (#6683)Marco Carvalho
2024-04-11Allow BSD sockets Poll to exit when emulation ends (#6650)gdkchan
2024-04-05ts: Migrate service to Horizon project (#6514)Ac_K
2024-02-22Migrate Audio service to new IPC (#6285)gdkchan
2024-02-17hid: Stub SetTouchScreenResolution (#6322)Exhigh
2024-02-15Stub VSMS related ioctls (#6313)gdkchan
2024-02-11Infra: Capitalisation Consistency (#6296)Isaac Marovitz
2024-02-06AccountService: Cache token data (#6260)riperiperi
2024-02-03Limit remote closed session removal to SM service (#6248)gdkchan
2024-02-02Ensure SM service won't listen to closed sessions (#6246)gdkchan
2024-01-29Migrate friends service to new IPC (#6174)gdkchan
2024-01-29Mod: Do LayeredFs loading Parallel to improve speed (#6180)Ac_K
2024-01-29Fix NRE when calling GetSockName before Bind (#6206)gdkchan
2024-01-26Fs: Log when Commit fails due to PathAlreadyInUse (#6178)Ac_K
2024-01-25Horizon: Implement arp:r and arp:w services (#5802)Ac_K
2024-01-25ssl: Work around missing remote hostname for authentication (#5988)TSRBerry
2024-01-22Add a separate device memory manager (#6153)gdkchan
2024-01-13Switch to `Microsoft.IdentityModel.JsonWebTokens` (#6108)Isaac Marovitz
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-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-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-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-08-30opus: Implement GetWorkBufferSizeExEx and GetWorkBufferSizeForMultiStreamExEx...Ac_K
2023-08-17mm: Migrate service in Horizon project (#5580)Ac_K
2023-08-10[Hotfix] hid: Prevent out of bounds array access (#5547)TSRBerry
2023-07-24Add workflow to automatically check code style issues for PRs (#4670)TSRBerry
2023-07-19HLE: Fix corrupted Mii structs (#5468)TSRBerry