dolphin/Source/Core/VideoCommon/GraphicsModSystem/Runtime
mitaclaw 8b9f92a0af Modernize std::sort with ranges and projections
In PPCTables.cpp, the code is currently unused so I was unable to test it.

In CustomPipeline.cpp, a pointer to member function cannot be used due to 16.4.5.2.1 of the C++ Standard regarding "addressable functions". https://eel.is/c++draft/namespace.std#6

In Fs.cpp and DirectoryBlob.cpp, these examples used projections in a previous iteration of this commit, but no longer do. Still, they remain in this commit because the PR they would actually belong to is already merged.
2025-03-09 13:26:38 -07:00
..
Actions
CustomPipeline.cpp Modernize std::sort with ranges and projections 2025-03-09 13:26:38 -07:00
CustomPipeline.h
CustomShaderCache.cpp Adjust order and spacing of various #includes 2024-07-26 14:28:34 -07:00
CustomShaderCache.h
FBInfo.cpp C++20: Synthesize operator!= From operator== 2024-10-10 20:23:55 -07:00
FBInfo.h C++20: Synthesize operator!= From operator== 2024-10-10 20:23:55 -07:00
GraphicsModAction.h
GraphicsModActionData.h
GraphicsModActionFactory.cpp
GraphicsModActionFactory.h
GraphicsModManager.cpp Use 'contains' method 2024-08-14 22:18:28 +02:00
GraphicsModManager.h