aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Input
AgeCommit message (Collapse)Author
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-06-09Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a ↵Marco Carvalho
'ContainsKey' (#5231) * Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'ContainsKey' check to avoid double lookup * fix
2023-04-27Move solution and projects to srcTSR Berry