dolphin/Source/Core/DolphinQt/Settings
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
..
AdvancedPane.cpp Improve usage of std::move and const references parameters 2026-04-17 12:39:46 +02:00
AdvancedPane.h
AudioPane.cpp AudioPane: Fix WASAPI default device combo selection 2026-03-21 15:07:42 -07:00
AudioPane.h
BroadbandAdapterSettingsDialog.cpp
BroadbandAdapterSettingsDialog.h
GameCubePane.cpp HW/GBACore: Remove the GBA "Threads" setting. Make GBAs always run on dedicated threads in preparation for future improvements. 2026-04-02 18:11:29 -05:00
GameCubePane.h HW/GBACore: Remove the GBA "Threads" setting. Make GBAs always run on dedicated threads in preparation for future improvements. 2026-04-02 18:11:29 -05:00
GeneralPane.cpp GeneralPane: Change BETA to RELEASE in updater variable names 2026-04-01 10:58:12 -07:00
GeneralPane.h
InterfacePane.cpp
InterfacePane.h
OnScreenDisplayPane.cpp
OnScreenDisplayPane.h
PathPane.cpp
PathPane.h
TriforcePane.cpp
TriforcePane.h
USBDevicePicker.cpp
USBDevicePicker.h
WiiPane.cpp
WiiPane.h