mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-01-31 04:01:34 -08:00
e94d24f508
* Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'ContainsKey' check to avoid double lookup * fix