dolphin/Source/Core/VideoCommon/GraphicsModSystem/Runtime
Martino Fontana 95dec13203 Improve usage of std::move and const references parameters
Accomplished using `run-clang-tidy` with `performance-move-const-arg,performance-unnecessary-value-param,modernize-pass-by-value`.

Changed arguments to const references, removed them where inappropriate (e.g. sink parameters). Same with std::move.

Manually reviewed each change to make sure that it makes sense, and do something more appropriate if possible.
2026-04-17 12:39:46 +02:00
..
Actions VideoCommon: update CustomPipelineAction to get a Material when an EFB is received 2026-03-26 20:13:16 -05:00
CustomPipeline.cpp Improve usage of std::move and const references parameters 2026-04-17 12:39:46 +02:00
CustomPipeline.h Improve usage of std::move and const references parameters 2026-04-17 12:39:46 +02:00
CustomShaderCache.cpp Improve usage of std::move and const references parameters 2026-04-17 12:39:46 +02:00
CustomShaderCache.h Remove unused imports 2026-01-25 16:12:15 +01:00
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 VideoCommon: update graphics mod action interface 2026-03-26 18:52:01 -05:00
GraphicsModActionData.h VideoCommon: update graphics mod action interface 2026-03-26 18:52:01 -05:00
GraphicsModActionFactory.cpp VideoCommon: move factory names to be a static inside each action class, so that they can be reused in the future for serialization 2024-02-18 15:45:10 -06:00
GraphicsModActionFactory.h VideoCommon: add support to graphics mod manager to load in assets and pass it to graphics actions 2023-08-20 18:53:27 -05:00
GraphicsModManager.cpp Improve usage of std::move and const references parameters 2026-04-17 12:39:46 +02:00
GraphicsModManager.h Remove unused imports 2026-01-25 16:12:15 +01:00