| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-09-25 | settings_setting: Read audio engine | lat9nq | |
| This was mysteriously missing, likely from when I ported Citra fixes semi-recently. | |||
| 2023-09-13 | settings_setting: Don't remove the AudioEngine workaround | lat9nq | |
| 2023-09-13 | settings: Retro-port Citra Settings work | lat9nq | |
| This has yet to be PR'd on Citra, but regressions on yuzu that have been fixed in Citra needed to appear here. | |||
| 2023-08-09 | general: fix apple clang build | Liam | |
| 2023-07-21 | settings_setting: Fix typo | lat9nq | |
| 2023-07-21 | common,configure_system: Rename method to GetCategory | lat9nq | |
| Fixes essentially a shadowing issue. | |||
| 2023-07-21 | settings: Cleanup | lat9nq | |
| Addresses review feedback Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com> | |||
| 2023-07-21 | settings: Give indices to enums | lat9nq | |
| 2023-07-21 | settings_setting: Silence shadowing warnings | lat9nq | |
| 2023-07-21 | settings,configuration: Add a default suffix | lat9nq | |
| 2023-07-21 | settings: Define paired settings | lat9nq | |
| settings_common: Remove unused optional | |||
| 2023-07-21 | settings: Define specializations for settings | lat9nq | |
| Suggests to a frontend how to represent each setting. | |||
| 2023-07-21 | settings_setting: Fix MSVC error | lat9nq | |
| 2023-07-21 | common,yuzu-qt: GCC warning silences | lat9nq | |
| Fixes -Wshadow, -Wdeprecated, and catch by copy rather than by ref. | |||
| 2023-07-21 | settings: Document BasicSetting, add Ranged | lat9nq | |
| 2023-07-21 | settings: Move some simple data to BasicSetting | lat9nq | |
| Reduces the need for the compiler to duplicate this code, by about 100KB executable size. | |||
| 2023-07-21 | settings_setting: Fix errors | lat9nq | |
| ToString didn't have a constexpr if statement where needed. Canonicalize missed an else, causing unreachable code error on MSVC. | |||
| 2023-07-21 | (ui,)settings: Use explicit instantiation | lat9nq | |
| Reduces compile times a tad on clang. | |||
