dolphin/Source/Core/InputCommon/ControllerEmu/ControlGroup
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
..
AnalogStick.cpp
AnalogStick.h
Attachments.cpp
Attachments.h
Buttons.cpp
Buttons.h
ControlGroup.cpp
ControlGroup.h
Cursor.cpp
Cursor.h
Force.cpp
Force.h
IMUAccelerometer.cpp Modernize std::all_of with ranges 2024-12-15 19:50:34 -08:00
IMUAccelerometer.h
IMUCursor.cpp
IMUCursor.h
IMUGyroscope.cpp Modernize std::all_of with ranges 2024-12-15 19:50:34 -08:00
IMUGyroscope.h
IRPassthrough.cpp
IRPassthrough.h
MixedTriggers.cpp ControllerEmu: Change trigger threshold check to >= instead of > and set minimum threshold in UI to 1% to prevent user error. 2024-10-11 19:38:38 -05:00
MixedTriggers.h
ModifySettingsButton.cpp
ModifySettingsButton.h
Slider.cpp
Slider.h
Tilt.cpp
Tilt.h
Triggers.cpp
Triggers.h