aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/FileSystem/ContentManager.cs
AgeCommit message (Expand)Author
2023-11-15Migrate to .NET 8 (#5887)1.1.1084Zoltan Csizmadia
2023-10-23Fix the AOC manager using incorrect paths (#5840)1.1.1062Alex Barney
2023-10-22Update to LibHac 0.19.0 (#5831)1.1.1061Alex Barney
2023-10-05Strings should not be concatenated using '+' in a loop (#5664)1.1.1043Marco Carvalho
2023-07-16[Ryujinx.HLE] Address dotnet-format issues (#5380)1.1.962TSRBerry
2023-06-09Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'Co...1.1.877Marco Carvalho
2023-04-27Move solution and projects to srcTSR Berry