summaryrefslogtreecommitdiffstats
path: root/src/common/settings_common.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-07-21common,yuzu-qt: GCC warning silenceslat9nq1-1/+1
Fixes -Wshadow, -Wdeprecated, and catch by copy rather than by ref.
2023-07-21settings: Document BasicSetting, add Rangedlat9nq1-9/+106
2023-07-21settings: Move IsConfiguringGlobal to settings_commonlat9nq1-0/+3
2023-07-21settings: Move some simple data to BasicSettinglat9nq1-25/+71
Reduces the need for the compiler to duplicate this code, by about 100KB executable size.
2023-07-21(ui,)settings: Use explicit instantiationlat9nq1-0/+78
Reduces compile times a tad on clang.