aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Services/Sm/IUserInterface.cs
AgeCommit message (Expand)Author
2024-08-31Make HLE project AOT friendly (#7085)Emmanuel Hansen
2023-10-05Strings should not be concatenated using '+' in a loop (#5664)Marco Carvalho
2023-09-07Replacing 'Assembly.GetExecutingAssembly()' with 'Type.Assembly' (#5545)Marco Carvalho
2023-07-16[Ryujinx.HLE] Address dotnet-format issues (#5380)TSRBerry
2023-04-27Move solution and projects to srcTSR Berry