dolphin/Source/Core/VideoBackends
mitaclaw 140252ffc0 Modernize std::any_of with ranges
In WiimoteReal.cpp, JitRegCache.cpp, lambda predicates were replaced by pointers to member functions because ranges algorithms are able 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.
2024-12-15 19:54:16 -08:00
..
D3D
D3D12
D3DCommon
Metal Merge pull request #13104 from TellowKrinkle/MTLLogging 2024-10-19 13:03:52 -04:00
Null
OGL Modernize std::any_of with ranges 2024-12-15 19:54:16 -08:00
Software Cache normals in addition to binormals and tangents 2024-10-12 10:32:41 -07:00
Vulkan Modernize std::any_of with ranges 2024-12-15 19:54:16 -08:00
CMakeLists.txt