Archived
1
0
Fork 0
forked from Mirror/Ryujinx
This repository has been archived on 2024-10-11. You can view files and clone it, but cannot push or open issues or pull requests.
jinx/src/Ryujinx.HLE/FileSystem
Marco Carvalho e94d24f508
Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'ContainsKey' (#5231)
* Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'ContainsKey' check to avoid double lookup

* fix
2023-06-09 13:05:32 +02:00
..
ContentManager.cs Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'ContainsKey' (#5231) 2023-06-09 13:05:32 +02:00
ContentPath.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
EncryptedFileSystemCreator.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
LocationEntry.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
SystemVersion.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00
VirtualFileSystem.cs Move solution and projects to src 2023-04-27 23:51:14 +02:00