aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/FileSystem/ContentManager.cs
AgeCommit message (Expand)Author
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