dolphin-emulator/Source/Core/InputCommon/ControllerEmu
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
..
Control ControllerEmu: Convert Translatability to enum class 2023-06-12 18:11:04 -07:00
ControlGroup Modernize std::all_of with ranges 2024-12-15 19:50:34 -08:00
Setting DolphinQt/Mapping: Disable relative input when "Mouse Controlled Pointing" button is pressed. 2024-04-15 14:52:26 -05:00
ControllerEmu.cpp Common/IniFile: Move interface into Common namespace 2023-04-13 10:19:28 -04:00
ControllerEmu.h Modernize std::equal with ranges 2024-10-10 00:53:48 -07:00
StickGate.cpp Simplify std::transform with std::ranges::transform_view 2024-10-09 17:26:10 -07:00
StickGate.h Remove redundant semicolons 2024-08-20 14:59:54 +02:00