dolphin/Source/Core/UICommon/ResourcePack
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
..
Manager.cpp Modernize `std::find` with ranges 2024-10-10 15:28:11 -07:00
Manager.h UICommon/ResourcePack: Allow priority helpers to take arguments by const reference 2023-06-16 10:20:50 -04:00
Manifest.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
Manifest.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
ResourcePack.cpp Simplify `std::find` with `Common::Contains` 2025-01-01 09:52:03 -08:00
ResourcePack.h C++20: Synthesize `operator!=` From `operator==` 2024-10-10 20:23:55 -07:00