aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Services/Sockets
AgeCommit message (Collapse)Author
2023-06-23"StartsWith" and "EndsWith" overloads that take a "char" should be used ↵Marco Carvalho
instead of the ones that take a "string" (#5347)
2023-06-15Inheritance list should not be redundant (#5230)Marco Carvalho
2023-06-15Blocks should be synchronized on read-only fields (#5212)Marco Carvalho
* Blocks should be synchronized on read-only fields * more readonlys * fix alignment * more * Update ISelfController.cs * simplify new * simplify new
2023-04-27Move solution and projects to srcTSR Berry