mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-11-24 10:23:21 +00:00
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. |
||
|---|---|---|
| .. | ||
| AndroidCommon | ||
| Cheats | ||
| Config | ||
| GameList | ||
| Input | ||
| ActivityTracker.cpp | ||
| CMakeLists.txt | ||
| GpuDriver.cpp | ||
| Host.cpp | ||
| Host.h | ||
| InfinityConfig.cpp | ||
| MainAndroid.cpp | ||
| RiivolutionPatches.cpp | ||
| SkylanderConfig.cpp | ||
| WiiUtils.cpp | ||