mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-29 10:42:25 -05:00
* Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'ContainsKey' check to avoid double lookup * fix
* Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'ContainsKey' check to avoid double lookup * fix