aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Services
AgeCommit message (Expand)Author
2023-06-23"StartsWith" and "EndsWith" overloads that take a "char" should be used inste...1.1.903Marco Carvalho
2023-06-23"Exists" method should be used instead of the "Any" extension (#5345)1.1.901Marco Carvalho
2023-06-22GetHashCode should not reference mutable fields (#5331)1.1.899Marco Carvalho
2023-06-15Inheritance list should not be redundant (#5230)1.1.895Marco Carvalho
2023-06-15Blocks should be synchronized on read-only fields (#5212)1.1.894Marco Carvalho
2023-06-12hle: Stub IHidbusServer.GetBusHandle (#5284)1.1.887Steveice10
2023-06-04Replacing ZbcColorArray with Array4<uint> (#5210)1.1.864Marco Carvalho
2023-05-21ServerBase thread safety (#4577)1.1.813jhorv
2023-05-09IPC - Refactor Bcat service to use new ipc - Revisit (#4803)1.1.774Emmanuel Hansen
2023-05-08time: Update for 15.0.0 changes and fixes long standing issues (#4822)1.1.766Mary
2023-05-06AM: Stub some service calls (#4825)1.1.762Ac_K
2023-05-04Revert "bcat ipc (#4446)" (#4801)1.1.751gdkchan
2023-05-04bcat ipc (#4446)1.1.749Emmanuel Hansen
2023-04-27Move solution and projects to srcTSR Berry