summaryrefslogtreecommitdiff
path: root/src/common/settings_common.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* common,configure_system: Rename method to GetCategoryGravatar lat9nq2023-07-211-1/+1
| | | | Fixes essentially a shadowing issue.
* settings,configuration: Add a default suffixGravatar lat9nq2023-07-211-3/+3
|
* settings: Define paired settingsGravatar lat9nq2023-07-211-2/+7
| | | | settings_common: Remove unused optional
* settings: Define specializations for settingsGravatar lat9nq2023-07-211-3/+8
| | | | Suggests to a frontend how to represent each setting.
* settings: Move IsConfiguringGlobal to settings_commonGravatar lat9nq2023-07-211-0/+10
|
* settings: Move some simple data to BasicSettingGravatar lat9nq2023-07-211-0/+45
Reduces the need for the compiler to duplicate this code, by about 100KB executable size.