mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-04-05 13:52:55 +00: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