| Commit message (Expand) | Author | Age | Files | Lines |
| * | yuzu: Use new setting method for stop emulation | Florian | 2023-10-12 | 1 | -0/+5 |
| * | Query Cachge: Fully rework Vulkan's query cache | Fernando Sahmkow | 2023-09-23 | 1 | -3/+7 |
| * | android: Expose interface for getting settings from native code | Charles Lombardo | 2023-08-29 | 1 | -0/+2 |
| * | settings: Add docked mode helper function | lat9nq | 2023-08-22 | 1 | -0/+5 |
| * | settings: Add AspectRatio enum, split res scale function | lat9nq | 2023-08-15 | 1 | -3/+7 |
| * | Merge pull request #10839 from lat9nq/pgc-plus | liamwhite | 2023-08-02 | 1 | -116/+132 |
| |\ |
|
| | * | settings: Correct Linkage member impl location | lat9nq | 2023-07-25 | 1 | -3/+0 |
| | * | common,qt-config: Remove usage of forward_list | lat9nq | 2023-07-21 | 1 | -1/+0 |
| | * | settings: Remove sorting from log | lat9nq | 2023-07-21 | 1 | -4/+0 |
| | * | common: Move global configuration state modifiers back to settings | lat9nq | 2023-07-21 | 1 | -0/+10 |
| | * | settings: Cleanup | lat9nq | 2023-07-21 | 1 | -2/+3 |
| | * | settings: Require time zone setting value for stirng | lat9nq | 2023-07-21 | 1 | -2/+2 |
| | * | settings,uisettings: Remove leading underscore | lat9nq | 2023-07-21 | 1 | -1/+1 |
| | * | common,yuzu-qt: Avoid explicit instantiation on old clang | lat9nq | 2023-07-21 | 1 | -0/+2 |
| | * | settings: Move IsConfiguringGlobal to settings_common | lat9nq | 2023-07-21 | 1 | -9/+0 |
| | * | settings: Move some simple data to BasicSetting | lat9nq | 2023-07-21 | 1 | -8/+0 |
| | * | (ui,)settings: Use explicit instantiation | lat9nq | 2023-07-21 | 1 | -0/+52 |
| | * | settings: Report all contained settings values | lat9nq | 2023-07-21 | 1 | -45/+19 |
| | * | settings,general: Rename non-confirming enums | lat9nq | 2023-07-21 | 1 | -3/+3 |
| | * | configure_audio: Implement ui generation | lat9nq | 2023-07-21 | 1 | -1/+1 |
| | * | settings, uisettings: Initialize linkage counter | lat9nq | 2023-07-21 | 1 | -1/+1 |
| | * | configure_system: Implement with for loop | lat9nq | 2023-07-21 | 1 | -0/+1 |
| | * | settings: Add UiGeneral class | lat9nq | 2023-07-21 | 1 | -0/+4 |
| | * | settings: Recategorize a bit | lat9nq | 2023-07-21 | 1 | -2/+5 |
| | * | settings: Add a registry of settings | lat9nq | 2023-07-21 | 1 | -1/+51 |
| | * | settings,core,config_sys: Remove optional type from custom_rtc, rng_seed | lat9nq | 2023-07-21 | 1 | -1/+2 |
| | * | settings: Pool SetGlobal functions | lat9nq | 2023-07-21 | 1 | -59/+4 |
| | * | settings,video_core: Consolidate ASTC decoding options | lat9nq | 2023-07-21 | 1 | -2/+0 |
| * | | settings: Disable C++20 tzdb path on MinGW | lat9nq | 2023-07-10 | 1 | -1/+2 |
| |/ |
|
| * | settings: Catch runtime error from STL | lat9nq | 2023-07-09 | 1 | -3/+2 |
| * | settings: Disable C++20 path on MSVC | lat9nq | 2023-07-05 | 1 | -1/+2 |
| * | settings: Clean up includes | lat9nq | 2023-06-27 | 1 | -2/+3 |
| * | settings: Catch runtime_error, fallback time zone | lat9nq | 2023-06-27 | 1 | -3/+15 |
| * | Merge pull request #10603 from lat9nq/tz-more-complete | bunnei | 2023-06-13 | 1 | -11/+20 |
| |\ |
|
| | * | common: Move system time zone string detection | lat9nq | 2023-06-05 | 1 | -72/+7 |
| | * | settings: Always report a valid time zone | lat9nq | 2023-06-05 | 1 | -2/+76 |
| * | | nvnflinger: allow locking framerate during video playback | Liam | 2023-06-08 | 1 | -0/+1 |
| |/ |
|
| * | textures: add BC1 and BC3 compressors and recompression setting | Liam | 2023-05-23 | 1 | -0/+2 |
| * | Merge pull request #10181 from lat9nq/intel-compute-toggle | liamwhite | 2023-05-15 | 1 | -0/+1 |
| |\ |
|
| | * | settings: Add enable compute pipelines | lat9nq | 2023-05-07 | 1 | -0/+1 |
| * | | Settings: add option to enable / disable reactive flushing | Fernando Sahmkow | 2023-05-07 | 1 | -0/+2 |
| |/ |
|
| * | Merge pull request #10125 from lat9nq/vsync-select | bunnei | 2023-05-06 | 1 | -2/+1 |
| |\ |
|
| | * | configuration: Expose separate swap present modes | lat9nq | 2023-05-02 | 1 | -2/+1 |
| * | | settings: remove pessimistic flushing | Liam | 2023-05-03 | 1 | -1/+0 |
| * | | Merge pull request #10124 from liamwhite/pebkac | Morph | 2023-05-03 | 1 | -1/+2 |
| |\ \
| |/
|/| |
|
| | * | settings: rename extended memory layout to unsafe, move from general to system | Liam | 2023-04-30 | 1 | -1/+2 |
| * | | vk_present_manager: Add toggle for async presentation | GPUCode | 2023-05-01 | 1 | -0/+1 |
| |/ |
|
| * | Merge pull request #9849 from ameerj/async-astc | liamwhite | 2023-02-26 | 1 | -0/+2 |
| |\ |
|
| | * | configuration: Add async ASTC decode setting | ameerj | 2023-02-22 | 1 | -0/+2 |
| * | | settings: Add more input settings to the log | Narr the Reg | 2023-02-21 | 1 | -0/+7 |
| |/ |
|