dolphin/Source/Core/VideoBackends
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
..
D3D Misc: fix compiler warning: implicit declaration of function 2026-02-08 00:37:29 +01:00
D3D12 Fix various typos and spelling mistakes 2026-01-17 20:11:38 +01:00
D3DCommon Fix various typos and spelling mistakes 2026-01-17 20:11:38 +01:00
Metal Replace find(x) != npos with contains(x) - Core 2026-04-20 09:36:08 +02:00
Null Replace some [[maybe_unused]] annotations with commented names 2026-05-03 17:09:59 -07:00
OGL Replace some [[maybe_unused]] annotations with commented names 2026-05-03 17:09:59 -07:00
Software Replace some [[maybe_unused]] annotations with commented names 2026-05-03 17:09:59 -07:00
Vulkan Replace find(x) != npos with contains(x) - Core 2026-04-20 09:36:08 +02:00
CMakeLists.txt CMake: Check WIN32 instead of CMAKE_SYSTEM_NAME STREQUAL Windows 2023-04-06 18:37:45 -07:00