Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | android: Expose interface for getting settings from native code | Charles Lombardo | 2023-08-30 | 1 | -0/+1 |
| | | | | Completely removes code related to parsing the settings file on the java side. Now all settings are accessed via NativeConfig.kt and config.cpp has been modified to be closer to the core counterpart. Since the core currently uses QSettings, we can't remove reliance from Wini yet. This also includes simplifications to each settings interface to get closer to native code and prepare for per-game settings. | ||||
* | general: fix apple clang build | Liam | 2023-08-10 | 1 | -0/+2 |
| | |||||
* | settings: Correct Linkage member impl location | lat9nq | 2023-07-25 | 1 | -0/+3 |
| | |||||
* | settings_common: Use a vector in category linkage | lat9nq | 2023-07-21 | 1 | -1/+1 |
| | | | | Improve storage requirements. | ||||
* | common: Move global configuration state modifiers back to settings | lat9nq | 2023-07-21 | 1 | -10/+0 |
| | |||||
* | common,configure_system: Rename method to GetCategory | lat9nq | 2023-07-21 | 1 | -1/+1 |
| | | | | Fixes essentially a shadowing issue. | ||||
* | settings,configuration: Add a default suffix | lat9nq | 2023-07-21 | 1 | -3/+3 |
| | |||||
* | settings: Define paired settings | lat9nq | 2023-07-21 | 1 | -2/+7 |
| | | | | settings_common: Remove unused optional | ||||
* | settings: Define specializations for settings | lat9nq | 2023-07-21 | 1 | -3/+8 |
| | | | | Suggests to a frontend how to represent each setting. | ||||
* | settings: Move IsConfiguringGlobal to settings_common | lat9nq | 2023-07-21 | 1 | -0/+10 |
| | |||||
* | settings: Move some simple data to BasicSetting | lat9nq | 2023-07-21 | 1 | -0/+45 |
Reduces the need for the compiler to duplicate this code, by about 100KB executable size. |