dolphin-emulator/Source/Core/Common/Config
mitaclaw 62b2b939b5 Simplify std::find_if with std::ranges::find and projections
In LabelMap.cpp, the code is currently unused so I was unable to test it.

In WiiUtils.cpp, the magic value `1u` was replaced by the constant value `DiscIO::PARTITION_UPDATE`.
2025-03-09 13:26:35 -07:00
..
Config.cpp Simplify std::find_if with std::ranges::find and projections 2025-03-09 13:26:35 -07:00
Config.h C++20: Synthesize operator!= From operator== 2024-10-10 20:23:55 -07:00
ConfigInfo.cpp C++20: Synthesize operator!= From operator== 2024-10-10 20:23:55 -07:00
ConfigInfo.h C++20: Synthesize operator!= From operator== 2024-10-10 20:23:55 -07:00
Enums.h Remove references to Debugger.ini 2023-11-27 21:38:43 +01:00
Layer.cpp
Layer.h