dolphin/Source/Core/DolphinQt/NetPlay
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
..
ChunkedProgressDialog.cpp Simplify `std::find` with `Common::Contains` 2025-01-01 09:52:03 -08:00
ChunkedProgressDialog.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
GameDigestDialog.cpp Modernize `std::adjacent_find` with ranges 2024-10-10 15:28:11 -07:00
GameDigestDialog.h NetPlay: rename md5 -> game digest 2022-08-02 22:25:05 -07:00
GameListDialog.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
GameListDialog.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
NetPlayBrowser.cpp DolphinQt: Properly Delete (Some) Widgets 2024-04-30 11:17:28 -07:00
NetPlayBrowser.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
NetPlayDialog.cpp Partially revert "Revert "Audit uses of IsRunning and GetState"" 2024-10-04 18:35:41 +02:00
NetPlayDialog.h Traversal: Notify user of TTL to be used 2023-05-20 17:15:10 +02:00
NetPlaySetupDialog.cpp NetPlaySetupDialog: Fix spacing in Connect tab 2023-11-25 13:14:45 -08:00
NetPlaySetupDialog.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
PadMappingDialog.cpp DolphinQt: Remove unnecessary qOverloads 2023-11-04 14:14:14 -07:00
PadMappingDialog.h NetPlay: GBA Support 2021-07-13 16:43:59 +02:00