| Commit message (Expand) | Author | Age | Files | Lines |
| * | debug: Add renderdoc capture hotkey | GPUCode | 2023-09-14 | 1 | -0/+2 |
| * | settings: Add docked mode helper function | lat9nq | 2023-08-22 | 1 | -0/+2 |
| * | general: Convert use_docked_mode to an enumeration | lat9nq | 2023-08-22 | 1 | -1/+7 |
| * | settings: Add AspectRatio enum, split res scale function | lat9nq | 2023-08-15 | 1 | -0/+1 |
| * | (ui)settings: Add more runtime_modifiable settings | lat9nq | 2023-07-25 | 1 | -4/+5 |
| * | settings: Set GPU as default ASTC decoder | lat9nq | 2023-07-24 | 1 | -1/+1 |
| * | common: Move global configuration state modifiers back to settings | lat9nq | 2023-07-21 | 1 | -0/+3 |
| * | core,common: Give memory layout setting an enum | lat9nq | 2023-07-21 | 1 | -2/+6 |
| * | settings: Require time zone setting value for stirng | lat9nq | 2023-07-21 | 1 | -1/+1 |
| * | settings,configuration: Add a default suffix | lat9nq | 2023-07-21 | 1 | -6/+20 |
| * | settings: Define paired settings | lat9nq | 2023-07-21 | 1 | -6/+15 |
| * | settings: Define specializations for settings | lat9nq | 2023-07-21 | 1 | -50/+86 |
| * | settings,uisettings: Remove leading underscore | lat9nq | 2023-07-21 | 1 | -1/+1 |
| * | settings: Move speed_limit to core | lat9nq | 2023-07-21 | 1 | -4/+4 |
| * | common,yuzu-qt: Avoid explicit instantiation on old clang | lat9nq | 2023-07-21 | 1 | -0/+2 |
| * | settings: Delete cpu_accuracy_first_time | lat9nq | 2023-07-21 | 1 | -2/+0 |
| * | settings: Move IsConfiguringGlobal to settings_common | lat9nq | 2023-07-21 | 1 | -3/+0 |
| * | (ui,)settings: Use explicit instantiation | lat9nq | 2023-07-21 | 1 | -471/+42 |
| * | settings: Remove redundant false literals | lat9nq | 2023-07-21 | 1 | -19/+16 |
| * | general: Add typeinfo where needed | lat9nq | 2023-07-21 | 1 | -0/+1 |
| * | settings: yuzu is not capitalized why is it capitalized stop no bad | lat9nq | 2023-07-21 | 1 | -1/+1 |
| * | settings: Reorder | lat9nq | 2023-07-21 | 1 | -75/+78 |
| * | settings,general: Rename non-confirming enums | lat9nq | 2023-07-21 | 1 | -16/+24 |
| * | settings: Make volume runtime-configurable | lat9nq | 2023-07-21 | 1 | -1/+1 |
| * | configure_audio: Implement ui generation | lat9nq | 2023-07-21 | 1 | -3/+8 |
| * | settings: Split enums to new file | lat9nq | 2023-07-21 | 1 | -186/+3 |
| * | settings, uisettings: Initialize linkage counter | lat9nq | 2023-07-21 | 1 | -1/+1 |
| * | configure_system: Implement with for loop | lat9nq | 2023-07-21 | 1 | -12/+102 |
| * | settings: Move runtime and save to parameters | lat9nq | 2023-07-21 | 1 | -63/+85 |
| * | settings: Add UiGeneral class | lat9nq | 2023-07-21 | 1 | -2/+5 |
| * | configuration: Implement slider | lat9nq | 2023-07-21 | 1 | -2/+11 |
| * | settings: Define base renderer runtime modifiable settings | lat9nq | 2023-07-21 | 1 | -21/+22 |
| * | settings: Add anisotropy mode enum | lat9nq | 2023-07-21 | 1 | -0/+8 |
| * | shared_translation: Finish using int ids | lat9nq | 2023-07-21 | 1 | -2/+2 |
| * | settings,uisettings: Add IDs to settings | lat9nq | 2023-07-21 | 1 | -3/+13 |
| * | configure_graphics: Partial runtime implementation | lat9nq | 2023-07-21 | 1 | -1/+1 |
| * | settings: Recategorize a bit | lat9nq | 2023-07-21 | 1 | -38/+49 |
| * | configure_graphics_advance: Generate UI at runtime | lat9nq | 2023-07-21 | 1 | -12/+41 |
| * | settings: Add a registry of settings | lat9nq | 2023-07-21 | 1 | -186/+434 |
| * | settings,core,config_sys: Remove optional type from custom_rtc, rng_seed | lat9nq | 2023-07-21 | 1 | -2/+4 |
| * | settings: Pool SetGlobal functions | lat9nq | 2023-07-21 | 1 | -2/+10 |
| * | settings,video_core: Consolidate ASTC decoding options | lat9nq | 2023-07-21 | 1 | -2/+9 |
| * | input_common: Tune mouse controls | Narr the Reg | 2023-06-28 | 1 | -6/+4 |
| * | Merge pull request #10495 from bm01/master | liamwhite | 2023-06-27 | 1 | -2/+9 |
| |\ |
|
| | * | input_common: Redesign mouse panning | Baptiste Marie | 2023-06-12 | 1 | -2/+9 |
| * | | video_core: optionally skip barriers on feedback loops | Liam | 2023-06-14 | 1 | -0/+1 |
| |/ |
|
| * | 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/+9 |
| * | 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 |