| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #11689 from liamwhite/breakpad | 2023-10-29 | 1 | -1/+0 | |
| |\ | | | | | qt: implement automatic crash dump support | ||||
| | * | qt: implement automatic crash dump support | 2023-10-08 | 1 | -1/+0 | |
| | | | |||||
| * | | yuzu: Use new setting method for stop emulation | 2023-10-12 | 1 | -0/+5 | |
| |/ | |||||
| * | Merge pull request #11402 from FernandoS27/depth-bias-control | 2023-09-28 | 1 | -0/+2 | |
| |\ | | | | | Vulkan: Implement Depth Bias Control | ||||
| | * | Vulkan: add temporary workaround for AMDVLK | 2023-09-16 | 1 | -0/+2 | |
| | | | |||||
| * | | Query Cachge: Fully rework Vulkan's query cache | 2023-09-23 | 1 | -0/+2 | |
| |/ | |||||
| * | debug: Add renderdoc capture hotkey | 2023-09-14 | 1 | -0/+2 | |
| | | |||||
| * | settings: Add docked mode helper function | 2023-08-22 | 1 | -0/+2 | |
| | | |||||
| * | general: Convert use_docked_mode to an enumeration | 2023-08-22 | 1 | -1/+7 | |
| | | | | | Allows some special interactions with it in the Qt frontend. | ||||
| * | settings: Add AspectRatio enum, split res scale function | 2023-08-15 | 1 | -0/+1 | |
| | | |||||
| * | (ui)settings: Add more runtime_modifiable settings | 2023-07-25 | 1 | -4/+5 | |
| | | |||||
| * | settings: Set GPU as default ASTC decoder | 2023-07-24 | 1 | -1/+1 | |
| | | |||||
| * | common: Move global configuration state modifiers back to settings | 2023-07-21 | 1 | -0/+3 | |
| | | |||||
| * | core,common: Give memory layout setting an enum | 2023-07-21 | 1 | -2/+6 | |
| | | | | | Allows for 6GB and 8GB layouts to be selected. | ||||
| * | settings: Require time zone setting value for stirng | 2023-07-21 | 1 | -1/+1 | |
| | | |||||
| * | settings,configuration: Add a default suffix | 2023-07-21 | 1 | -6/+20 | |
| | | |||||
| * | settings: Define paired settings | 2023-07-21 | 1 | -6/+15 | |
| | | | | | settings_common: Remove unused optional | ||||
| * | settings: Define specializations for settings | 2023-07-21 | 1 | -50/+86 | |
| | | | | | Suggests to a frontend how to represent each setting. | ||||
| * | settings,uisettings: Remove leading underscore | 2023-07-21 | 1 | -1/+1 | |
| | | |||||
| * | settings: Move speed_limit to core | 2023-07-21 | 1 | -4/+4 | |
| | | |||||
| * | common,yuzu-qt: Avoid explicit instantiation on old clang | 2023-07-21 | 1 | -0/+2 | |
| | | | | | | Clang versions < 15 have compile issues with explicit instantiation. Disable it for these versions. | ||||
| * | settings: Delete cpu_accuracy_first_time | 2023-07-21 | 1 | -2/+0 | |
| | | | | | Almost a 2 year old migration setting now | ||||
| * | settings: Move IsConfiguringGlobal to settings_common | 2023-07-21 | 1 | -3/+0 | |
| | | |||||
| * | (ui,)settings: Use explicit instantiation | 2023-07-21 | 1 | -471/+42 | |
| | | | | | Reduces compile times a tad on clang. | ||||
| * | settings: Remove redundant false literals | 2023-07-21 | 1 | -19/+16 | |
| | | |||||
| * | general: Add typeinfo where needed | 2023-07-21 | 1 | -0/+1 | |
| | | | | | Using typeid without including typeinfo first produces an ill-formed program. | ||||
| * | settings: yuzu is not capitalized why is it capitalized stop no bad | 2023-07-21 | 1 | -1/+1 | |
| | | |||||
| * | settings: Reorder | 2023-07-21 | 1 | -75/+78 | |
| | | | | | | | Groups graphics audio and system settings together in a way that reflects the frontend. This also just conceptually groups them more nicely than they were. | ||||
| * | settings,general: Rename non-confirming enums | 2023-07-21 | 1 | -16/+24 | |
| | | |||||
| * | settings: Make volume runtime-configurable | 2023-07-21 | 1 | -1/+1 | |
| | | |||||
| * | configure_audio: Implement ui generation | 2023-07-21 | 1 | -3/+8 | |
| | | | | | | | | | | | | | | | | | Needs a considerable amount of management specific to some of the comoboboxes due to the audio engine configuration. general: Partial audio config implmentation configure_audio: Implement ui generation Needs a considerable amount of management specific to some of the comoboboxes due to the audio engine configuration. general: Partial audio config implmentation settings: Make audio settings as enums | ||||
| * | settings: Split enums to new file | 2023-07-21 | 1 | -186/+3 | |
| | | |||||
| * | settings, uisettings: Initialize linkage counter | 2023-07-21 | 1 | -1/+1 | |
| | | |||||
| * | configure_system: Implement with for loop | 2023-07-21 | 1 | -12/+102 | |
| | | |||||
| * | settings: Move runtime and save to parameters | 2023-07-21 | 1 | -63/+85 | |
| | | | | | These don't need to be whole new types. | ||||
| * | settings: Add UiGeneral class | 2023-07-21 | 1 | -2/+5 | |
| | | |||||
| * | configuration: Implement slider | 2023-07-21 | 1 | -2/+11 | |
| | | |||||
| * | settings: Define base renderer runtime modifiable settings | 2023-07-21 | 1 | -21/+22 | |
| | | |||||
| * | settings: Add anisotropy mode enum | 2023-07-21 | 1 | -0/+8 | |
| | | |||||
| * | shared_translation: Finish using int ids | 2023-07-21 | 1 | -2/+2 | |
| | | |||||
| * | settings,uisettings: Add IDs to settings | 2023-07-21 | 1 | -3/+13 | |
| | | |||||
| * | configure_graphics: Partial runtime implementation | 2023-07-21 | 1 | -1/+1 | |
| | | |||||
| * | settings: Recategorize a bit | 2023-07-21 | 1 | -38/+49 | |
| | | | | | Will help with generating config UI later. | ||||
| * | configure_graphics_advance: Generate UI at runtime | 2023-07-21 | 1 | -12/+41 | |
| | | | | | | | | We can iterate through the AdvancedGraphics settings and generate the UI during runtime. This doesn't help runtime efficiency, but it helps a ton in reducing the amount of work a developer needs in order to add a new setting. | ||||
| * | settings: Add a registry of settings | 2023-07-21 | 1 | -186/+434 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | LoadString: Sanitize input settings: Handle empty string, remove redundant category settings: Rename Input to Controls, FS to DataStorage settings: Fix Controls groups information settings: Move use_docked_mode to System (again) settings: Document settings: Add type identification function settings: Move registry into values settings: Move global_reset_registry into values settings: Separate AdvGraphics from Renderer settings: More document squash settings: Use linkage object uisettings: Move registry into settings Probably wont build without uisettings: Use settings linkage object config: Load settings with a map Uses the new all_settings vector to load settings. qt-config: Rename settings category qt config: Rename to read category config: Read/write contols category with for_each This is extremely limited due to the complexity of the Controls group, but this handles the the settings that use the interface. qt-config: Use new settings registry qt-config: Read/write advgrphics qt-config: Use settings linkage object yuzu_cmd: Load setting off of vector cmd-config: Finish settings rename config: Read controls settings group with for_each cmd/config: Move registry into values cmd: Read adv graphics cmd-config: Use settings linkage object | ||||
| * | settings,core,config_sys: Remove optional type from custom_rtc, rng_seed | 2023-07-21 | 1 | -2/+4 | |
| | | | | | core: Fix MSVC errors | ||||
| * | settings: Pool SetGlobal functions | 2023-07-21 | 1 | -2/+10 | |
| | | |||||
| * | settings,video_core: Consolidate ASTC decoding options | 2023-07-21 | 1 | -2/+9 | |
| | | | | | Just puts them all neatly into one place. | ||||
| * | input_common: Tune mouse controls | 2023-06-28 | 1 | -6/+4 | |
| | | |||||
| * | Merge pull request #10495 from bm01/master | 2023-06-27 | 1 | -2/+9 | |
| |\ | | | | | input_common: Redesign mouse panning | ||||