dolphin/Source/Core
mitaclaw d9eafe7f50 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.
2024-11-09 22:11:13 -08:00
..
AudioCommon Adjust order and spacing of various #includes 2024-07-26 14:28:34 -07:00
Common Simplify std::find with Common::Contains 2024-11-09 22:11:13 -08:00
Core Simplify std::find with Common::Contains 2024-11-09 22:11:13 -08:00
DiscIO Simplify std::find with Common::Contains 2024-11-09 22:11:13 -08:00
DolphinNoGUI Host: Rename JitCacheInvalidation 2024-10-23 23:43:24 -07:00
DolphinQt Simplify std::find with Common::Contains 2024-11-09 22:11:13 -08:00
DolphinTool Host: Rename JitCacheInvalidation 2024-10-23 23:43:24 -07:00
InputCommon Simplify std::find with Common::Contains 2024-11-09 22:11:13 -08:00
MacUpdater MacUpdater: Post-process the bundle 2024-08-01 22:06:55 -04:00
UICommon Simplify std::find with Common::Contains 2024-11-09 22:11:13 -08:00
UpdaterCommon Simplify std::copy with std::copy_n 2024-10-07 15:34:56 -07:00
VideoBackends Merge pull request #13104 from TellowKrinkle/MTLLogging 2024-10-19 13:03:52 -04:00
VideoCommon Simplify std::find with Common::Contains 2024-11-09 22:11:13 -08:00
WinUpdater Remove redundant semicolons 2024-08-20 14:59:54 +02:00
CMakeLists.txt CMakeLists: Embed macOS Updater app inside DolphinQt 2024-08-01 22:06:55 -04:00
DolphinLib.ARM64.props
DolphinLib.props Common: Create "Contains.h" Algorithm Header 2024-11-09 22:10:47 -08:00
DolphinLib.vcxproj
DolphinLib.vcxproj.user
DolphinLib.x64.props