dolphin/Source/Core/VideoBackends/Software
Dentomologist 34646cb9a9 Replace some [[maybe_unused]] annotations with commented names
Remove the [[maybe_unused]] annotation from various parameters that are
unconditionally unused and comment out their names instead. This makes
it unambiguous that the variables are unused, while making the remaining
[[maybe_unused]] annotations more reliable indicators that those
variables are in fact used in some contexts.

These parameters are mostly in overridden functions where the override
doesn't need that particular variable.
2026-05-03 17:09:59 -07:00
..
Clipper.cpp
Clipper.h
CMakeLists.txt
CopyRegion.h
EfbCopy.cpp
EfbCopy.h
NativeVertexFormat.h
Rasterizer.cpp VideoCommon: rename ScissorResult 'm_result' to 'rectangles' to better reflect what the member is 2025-10-31 13:28:14 -05:00
Rasterizer.h
SetupUnit.cpp
SetupUnit.h
SWBoundingBox.cpp
SWBoundingBox.h
SWEfbInterface.cpp
SWEfbInterface.h
SWGfx.cpp Replace some [[maybe_unused]] annotations with commented names 2026-05-03 17:09:59 -07:00
SWGfx.h VideoBackends / VideoCommon: add support for specifying include files in shader code 2025-10-26 22:47:23 -05:00
SWmain.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
SWOGLWindow.cpp
SWOGLWindow.h
SWTexture.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
SWTexture.h
SWVertexLoader.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
SWVertexLoader.h
Tev.cpp
Tev.h
TextureCache.h
TextureEncoder.cpp
TextureEncoder.h
TextureSampler.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
TextureSampler.h
TransformUnit.cpp
TransformUnit.h
VideoBackend.h