mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-05-21 05:04:58 -05:00
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. |
||
|---|---|---|
| .. | ||
| AdvancedPane.cpp | ||
| AdvancedPane.h | ||
| AudioPane.cpp | ||
| AudioPane.h | ||
| BroadbandAdapterSettingsDialog.cpp | ||
| BroadbandAdapterSettingsDialog.h | ||
| GameCubePane.cpp | ||
| GameCubePane.h | ||
| GeneralPane.cpp | ||
| 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 | ||