aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.SDL2.Common
AgeCommit message (Collapse)Author
2023-06-26[Ryujinx.SDL2.Common] Address dotnet-format issues (#5387)TSRBerry
* dotnet format style --severity info Some changes were manually reverted. * Address dotnet format CA1816 warnings * Address or silence dotnet format CA1806 and a few CA1854 warnings * Address most dotnet format whitespace warnings * dotnet format whitespace after rebase
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-05-11Stop SDL from inhibiting sleep. (#4842)John
2023-04-27Move solution and projects to srcTSR Berry