dolphin/Source/Core/InputCommon
mitaclaw 860e6cf5cb Modernize `std::all_of` with ranges
In DITSpecification.cpp, MaterialAsset.cpp, and ShaderAsset.cpp, lambda predicates were replaced by pointers to member functions because ranges algorithms are able invoke those.

In NetPlayClient.cpp, the non-trivial `NetPlay::Player` elements were being passed by value in `NetPlayClient::DoAllPlayersHaveGame()`. This has been fixed.

In WIABlob.cpp, the second example's predicate was returning the `std::optional` by value instead of implicitly converting it to a bool. This has been fixed.
2024-12-15 19:50:34 -08:00
..
ControlReference Modernize `std::all_of` with ranges 2024-12-15 19:50:34 -08:00
ControllerEmu Modernize `std::all_of` with ranges 2024-12-15 19:50:34 -08:00
ControllerInterface Modernize `std::all_of` with ranges 2024-12-15 19:50:34 -08:00
DynamicInputTextures Modernize `std::all_of` with ranges 2024-12-15 19:50:34 -08:00
CMakeLists.txt port to OpenBSD 2024-04-22 20:50:47 +00:00
DynamicInputTextureManager.cpp InputCommon / VideoCommon: remove dynamic input reloading the texture cache, this is no longer needed, assets reload automatically! 2023-06-07 18:30:10 -05:00
DynamicInputTextureManager.h Common/IniFile: Move interface into Common namespace 2023-04-13 10:19:28 -04:00
GCAdapter.cpp Android/GCAdapter: Don't join current thread 2024-12-01 12:59:25 +01:00
GCAdapter.h GCAdapter: Process pad state in read thread and other general cleanups. 2022-10-22 00:38:59 -05:00
GCPadStatus.h Fix all uninitialized variable warnings (C26495) 2021-10-13 12:32:16 -07:00
ImageOperations.cpp Add option for setting the PNG zlib compression level 2021-11-18 13:10:22 -08:00
ImageOperations.h C++20: Synthesize `operator!=` From `operator==` 2024-10-10 20:23:55 -07:00
InputConfig.cpp InputCommon: Use distinct values for profile key 2024-02-04 17:55:08 +01:00
InputConfig.h InputCommon: Use distinct values for profile key 2024-02-04 17:55:08 +01:00
InputProfile.cpp Modernize `std::set_intersection` with ranges 2024-10-10 00:53:48 -07:00
InputProfile.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
KeyboardStatus.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00