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 feat: Add an option to preserve audio pitch when emulation speed changes, integrating it into core configuration and both Qt and Android UIs. 2026-01-27 18:48:22 -05:00
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 Core/DiscIO: Add a setting to load the running game into memory via CachedBlobReader. 2025-11-23 05:17:22 -06:00
InterfacePane.cpp Clean includes 2026-01-24 16:50:10 +01:00
InterfacePane.h
OnScreenDisplayPane.cpp DolphinQt: minor fixes for the OnScreenDisplayPane 2025-11-28 09:13:47 -04:00
OnScreenDisplayPane.h
PathPane.cpp
PathPane.h
TriforcePane.cpp Triforce: Rename IPOverrides to IPRedirections. 2026-02-15 23:13:18 -06:00
TriforcePane.h DolphinQt: Add Triforce tab to main settings window. 2026-02-15 20:14:15 -06:00
USBDevicePicker.cpp
USBDevicePicker.h
WiiPane.cpp DolphinQt: Save when closing settings window 2026-03-04 22:26:25 +01:00
WiiPane.h