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