dolphin/Source
mitaclaw 063d9894b7 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-27 01:54:07 +00:00
..
Android Merge pull request #13091 from mitaclaw/ranges-modernization-2-returns 2024-12-20 12:50:19 -05:00
Core Modernize std::all_of with ranges 2024-12-27 01:54:07 +00:00
DSPSpy Simplify std::fill with std::fill_n 2024-10-07 15:34:56 -07:00
DSPTool Merge branch 'master' of https://github.com/dolphin-emu/dolphin into dolphin-emu-maste2r 2024-12-24 20:47:03 -05:00
PCH
UnitTests Merge branch 'master' of https://github.com/dolphin-emu/dolphin into dolphin-emu-maste2r 2024-12-24 20:47:03 -05:00
VSProps Update to Qt 6.8.0 2024-11-04 10:57:32 -05:00
.clang-format
CMakeLists.txt meh 2024-05-12 02:17:59 -04:00
dolphin-emu.sln Merge branch 'master' of https://github.com/dolphin-emu/dolphin into dolphin-emu-master 2024-05-22 18:27:54 -04:00