aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Services
AgeCommit message (Expand)Author
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"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-15Inheritance list should not be redundant (#5230)Marco Carvalho
2023-06-15Blocks should be synchronized on read-only fields (#5212)Marco Carvalho
2023-06-12hle: Stub IHidbusServer.GetBusHandle (#5284)Steveice10
2023-06-04Replacing ZbcColorArray with Array4<uint> (#5210)Marco Carvalho
2023-05-21ServerBase thread safety (#4577)jhorv
2023-05-09IPC - Refactor Bcat service to use new ipc - Revisit (#4803)Emmanuel Hansen
2023-05-08time: Update for 15.0.0 changes and fixes long standing issues (#4822)Mary
2023-05-06AM: Stub some service calls (#4825)Ac_K
2023-05-04Revert "bcat ipc (#4446)" (#4801)gdkchan
2023-05-04bcat ipc (#4446)Emmanuel Hansen
2023-04-27Move solution and projects to srcTSR Berry