dolphin/Source/Core
mitaclaw 110d32729e Simplify std::find with Common::Contains
In NandPaths.cpp, the `std::initializer_list<char>` of illegal characters has been turned into a `char[]` (similar to the one in GameList.cpp).

The reverse iteration in ResourcePack.cpp seemed to provide no benefits, and doing without it it seemed to have no ill effects.
2025-01-01 09:52:03 -08:00
..
AudioCommon
Common Simplify std::find with Common::Contains 2025-01-01 09:52:03 -08:00
Core Simplify std::find with Common::Contains 2025-01-01 09:52:03 -08:00
DiscIO Simplify std::find with Common::Contains 2025-01-01 09:52:03 -08:00
DolphinNoGUI GDBStub: Signal Breakpoint Changes To Host 2024-11-15 15:12:11 -08:00
DolphinQt Simplify std::find with Common::Contains 2025-01-01 09:52:03 -08:00
DolphinTool VerifyTool: Add missing USE_RETRO_ACHIEVEMENTS ifdefs 2024-12-15 18:15:57 +01:00
InputCommon Simplify std::find with Common::Contains 2025-01-01 09:52:03 -08:00
MacUpdater
UICommon Simplify std::find with Common::Contains 2025-01-01 09:52:03 -08:00
UpdaterCommon
VideoBackends Merge pull request #13116 from mitaclaw/ranges-modernization-8-trivial-of 2024-12-26 16:51:53 -05:00
VideoCommon Simplify std::find with Common::Contains 2025-01-01 09:52:03 -08:00
WinUpdater
CMakeLists.txt
DolphinLib.ARM64.props
DolphinLib.props Common: Create "Contains.h" Algorithm Header 2025-01-01 09:52:01 -08:00
DolphinLib.vcxproj
DolphinLib.vcxproj.user
DolphinLib.x64.props Move x64 DSP JIT into DolphinLib.x64.props 2023-01-06 22:42:21 -08:00