dolphin/Source/Core/InputCommon
mitaclaw 2b0cd16c8c Modernize std::none_of with ranges
In JitRegCache.cpp, the lambda predicate were replaced by a pointer to member function because ranges algorithms are able to invoke those.

In ConvertDialog.cpp, the `std::mem_fn` helper was removed because ranges algorithms are able to handle pointers to member functions as predicates.

In BoundingBox.cpp, the lambda predicate was returning the bool element unchanged, so `std::identity` was a better fit.
2024-12-15 19:54:17 -08:00
..
ControllerEmu Modernize std::any_of with ranges 2024-12-15 19:54:16 -08:00
ControllerInterface Modernize std::any_of with ranges 2024-12-15 19:54:16 -08:00
ControlReference Modernize std::none_of with ranges 2024-12-15 19:54:17 -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
DynamicInputTextureManager.h
GCAdapter.cpp Android/GCAdapter: Don't join current thread 2024-12-01 12:59:25 +01:00
GCAdapter.h
GCPadStatus.h
ImageOperations.cpp
ImageOperations.h C++20: Synthesize operator!= From operator== 2024-10-10 20:23:55 -07:00
InputConfig.cpp
InputConfig.h
InputProfile.cpp Modernize std::set_intersection with ranges 2024-10-10 00:53:48 -07:00
InputProfile.h
KeyboardStatus.h