dolphin/Source/Core/VideoCommon/GraphicsModSystem
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
..
Config GraphicsMod: Simplify `std::sort` using ranges and projections 2024-10-11 12:08:22 -07:00
Runtime Simplify `std::find` with `Common::Contains` 2025-01-01 09:52:03 -08:00
Constants.h VideoCommon: add game mod constants 2022-06-26 21:53:21 -05:00