dolphin/Source/Core/Common/Debug
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
..
MemoryPatches.cpp Modernize `std::any_of` with ranges 2024-12-15 19:54:16 -08:00
MemoryPatches.h DolphinQt: Properly lock CPU before accessing emulated memory 2023-02-12 11:27:50 +01:00
Threads.h Remove redundant semicolons 2024-08-20 14:59:54 +02:00
Watches.cpp Modernize `std::any_of` with ranges 2024-12-15 19:54:16 -08:00
Watches.h Core: add locked state to watches 2022-12-23 11:59:23 -06:00