dolphin/Source
mitaclaw 860e6cf5cb 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-15 19:50:34 -08:00
..
Android GDBStub: Signal Breakpoint Changes To Host 2024-11-15 15:12:11 -08:00
Core Modernize std::all_of with ranges 2024-12-15 19:50:34 -08:00
DSPSpy Simplify std::fill with std::fill_n 2024-10-07 15:34:56 -07:00
DSPTool GDBStub: Signal Breakpoint Changes To Host 2024-11-15 15:12:11 -08:00
PCH
UnitTests Add Gecko and AR codes to the Patch Allowlist Test 2024-11-29 21:56:44 -05:00
VSProps
.clang-format
CMakeLists.txt
dolphin-emu.sln