mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-01 16:58:35 +00:00
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. |
||
---|---|---|
.. | ||
Manager.cpp | ||
Manager.h | ||
Manifest.cpp | ||
Manifest.h | ||
ResourcePack.cpp | ||
ResourcePack.h |