aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Horizon
AgeCommit message (Expand)Author
2024-10-01Update audio renderer to REV13: Add support for compressor statistics and vol...HEADmastergdkchan
2024-07-20Unlink server sessions from multi-wait when service stops processing requests...gdkchan
2024-07-18Add missing Buffer attribute on NGC Check method (#7051)gdkchan
2024-05-20Updating Concentus dependency to speed up Opus decoding (#6757)Logan Stromberg
2024-04-08Pin audio renderer update output buffers (#6633)gdkchan
2024-04-07Audio rendering: reduce memory allocations (#6604)jhorv
2024-04-05ts: Migrate service to Horizon project (#6514)Ac_K
2024-02-23IPC code gen improvements (#6352)jhorv
2024-02-22Migrate Audio service to new IPC (#6285)gdkchan
2024-01-29Fix exception when trying to read output pointer buffer size (#6221)gdkchan
2024-01-29Migrate friends service to new IPC (#6174)gdkchan
2024-01-25Horizon: Implement arp:r and arp:w services (#5802)Ac_K
2023-12-04editorconfig: Set default encoding to UTF-8 (#5793)TSRBerry
2023-11-15Migrate to .NET 8 (#5887)Zoltan Csizmadia
2023-10-13Horizon: Migrate usb and psc services (#5800)Ac_K
2023-10-05Strings should not be concatenated using '+' in a loop (#5664)Marco Carvalho
2023-09-27Implement NGC service (#5681)gdkchan
2023-09-20Horizon: Migrate wlan and stubs latest services (#5708)Ac_K
2023-09-14lbl: Migrate service to Horizon (#5628)Ac_K
2023-08-19Fix debug assert on services without pointer buffer (#5599)gdkchan
2023-08-17mm: Migrate service in Horizon project (#5580)Ac_K
2023-07-24Add workflow to automatically check code style issues for PRs (#4670)TSRBerry
2023-07-01[Ryujinx.Horizon] Address dotnet-format issues (#5381)TSRBerry
2023-06-15Blocks should be synchronized on read-only fields (#5212)Marco Carvalho
2023-06-13Make LM skip instead of crashing for invalid messages (#5290)gdkchan
2023-05-11Fix missing domain service object dispose (#4879)gdkchan
2023-05-09IPC - Refactor Bcat service to use new ipc - Revisit (#4803)Emmanuel Hansen
2023-05-04Revert "bcat ipc (#4446)" (#4801)gdkchan
2023-05-04bcat ipc (#4446)Emmanuel Hansen
2023-04-27Move solution and projects to srcTSR Berry