dolphin/Source/Core/InputCommon/ControllerInterface
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
..
Android InputCommon: Rename AddAnalogInputs to AddFullAnalogSurfaceInputs. 2024-11-03 15:06:50 -06:00
DInput InputCommon: Rename AddAnalogInputs to AddFullAnalogSurfaceInputs. 2024-11-03 15:06:50 -06:00
DualShockUDPClient
evdev InputCommon: Rename AddAnalogInputs to AddFullAnalogSurfaceInputs. 2024-11-03 15:06:50 -06:00
ForceFeedback
Pipes InputCommon: Rename AddAnalogInputs to AddFullAnalogSurfaceInputs. 2024-11-03 15:06:50 -06:00
Quartz Use 'contains' method 2024-08-15 14:20:16 -07:00
SDL InputCommon/SDL: Add touchpad inputs. 2024-12-04 21:08:18 -06:00
SteamDeck
Touch
WGInput InputCommon: Rename AddAnalogInputs to AddFullAnalogSurfaceInputs. 2024-11-03 15:06:50 -06:00
Wiimote
Win32
XInput
Xlib
ControllerInterface.cpp Use C++20 erase_if() instead of erase(remove_if()) (NFC) 2024-07-21 16:36:06 +01:00
ControllerInterface.h
CoreDevice.cpp InputCommon: Move FullAnalogSurface class definition out of header file. 2024-11-03 15:06:50 -06:00
CoreDevice.h InputCommon: Move FullAnalogSurface class definition out of header file. 2024-11-03 15:06:50 -06:00
InputBackend.cpp
InputBackend.h
MappingCommon.cpp Modernize std::all_of with ranges 2024-12-15 19:50:34 -08:00
MappingCommon.h