Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | common,configure_system: Rename method to GetCategory | lat9nq | 2023-07-21 | 1 | -4/+4 |
| | | | | Fixes essentially a shadowing issue. | ||||
* | settings: Give indices to enums | lat9nq | 2023-07-21 | 1 | -0/+5 |
| | |||||
* | settings_common: Remove unncessary enum spec | lat9nq | 2023-07-21 | 1 | -2/+2 |
| | |||||
* | settings,configuration: Add a default suffix | lat9nq | 2023-07-21 | 1 | -14/+19 |
| | |||||
* | settings: Define paired settings | lat9nq | 2023-07-21 | 1 | -2/+9 |
| | | | | settings_common: Remove unused optional | ||||
* | settings: Define specializations for settings | lat9nq | 2023-07-21 | 1 | -1/+19 |
| | | | | Suggests to a frontend how to represent each setting. | ||||
* | common,yuzu-qt: GCC warning silences | lat9nq | 2023-07-21 | 1 | -1/+1 |
| | | | | Fixes -Wshadow, -Wdeprecated, and catch by copy rather than by ref. | ||||
* | settings: Document BasicSetting, add Ranged | lat9nq | 2023-07-21 | 1 | -9/+106 |
| | |||||
* | settings: Move IsConfiguringGlobal to settings_common | lat9nq | 2023-07-21 | 1 | -0/+3 |
| | |||||
* | settings: Move some simple data to BasicSetting | lat9nq | 2023-07-21 | 1 | -25/+71 |
| | | | | | Reduces the need for the compiler to duplicate this code, by about 100KB executable size. | ||||
* | (ui,)settings: Use explicit instantiation | lat9nq | 2023-07-21 | 1 | -0/+78 |
Reduces compile times a tad on clang. |