dolphin/Source/Core
Sintendo f2392e4048 Avoid map/set double lookups
Fix some common anti-patterns with these data structures.

- You can dereference the iterator returned by `find` to access the
  underlying value directly, without an extra `operator[]`/`at`.
- Rather than checking for an element before insertion/deletion, you can
  just do the operation and if needed check the return value to
  determine if the insertion/deletion succeeded.
2025-07-08 06:53:42 +02:00
..
AudioCommon
Common Avoid map/set double lookups 2025-07-08 06:53:42 +02:00
Core Avoid map/set double lookups 2025-07-08 06:53:42 +02:00
DiscIO
DolphinNoGUI
DolphinQt Avoid map/set double lookups 2025-07-08 06:53:42 +02:00
DolphinTool
InputCommon Merge pull request #13694 from jordan-woyak/sdl3 2025-06-24 18:59:48 -04:00
MacUpdater
UICommon
UpdaterCommon
VideoBackends
VideoCommon Avoid map/set double lookups 2025-07-08 06:53:42 +02:00
WinUpdater
CMakeLists.txt
DolphinLib.ARM64.props
DolphinLib.props BTReal: Improvements: 2025-06-28 18:54:16 -05:00
DolphinLib.vcxproj
DolphinLib.vcxproj.user
DolphinLib.x64.props
VersionInfo.plist.in