dolphin/Source/Core/InputCommon/DynamicInputTextures
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
..
DITConfiguration.cpp InputCommon / VideoCommon: update to use new JsonFromFile function 2024-05-31 23:13:25 -05:00
DITConfiguration.h DITConfiguration: Use File::ReadFileToString 2023-06-17 19:38:15 -05:00
DITData.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
DITSpecification.cpp Modernize `std::all_of` with ranges 2024-12-15 19:50:34 -08:00
DITSpecification.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00