| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-10-29 | Merge pull request #11689 from liamwhite/breakpad | liamwhite | |
| qt: implement automatic crash dump support | |||
| 2023-10-12 | yuzu: Use new setting method for stop emulation | Florian | |
| 2023-10-08 | qt: implement automatic crash dump support | Liam | |
| 2023-09-28 | Merge pull request #11402 from FernandoS27/depth-bias-control | liamwhite | |
| Vulkan: Implement Depth Bias Control | |||
| 2023-09-23 | Query Cachge: Fully rework Vulkan's query cache | Fernando Sahmkow | |
| 2023-09-16 | Vulkan: add temporary workaround for AMDVLK | Fernando Sahmkow | |
| 2023-09-14 | debug: Add renderdoc capture hotkey | GPUCode | |
| 2023-08-22 | settings: Add docked mode helper function | lat9nq | |
| 2023-08-22 | general: Convert use_docked_mode to an enumeration | lat9nq | |
| Allows some special interactions with it in the Qt frontend. | |||
| 2023-08-15 | settings: Add AspectRatio enum, split res scale function | lat9nq | |
| 2023-07-25 | (ui)settings: Add more runtime_modifiable settings | lat9nq | |
| 2023-07-24 | settings: Set GPU as default ASTC decoder | lat9nq | |
| 2023-07-21 | common: Move global configuration state modifiers back to settings | lat9nq | |
| 2023-07-21 | core,common: Give memory layout setting an enum | lat9nq | |
| Allows for 6GB and 8GB layouts to be selected. | |||
| 2023-07-21 | settings: Require time zone setting value for stirng | 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,uisettings: Remove leading underscore | lat9nq | |
| 2023-07-21 | settings: Move speed_limit to core | lat9nq | |
| 2023-07-21 | common,yuzu-qt: Avoid explicit instantiation on old clang | lat9nq | |
| Clang versions < 15 have compile issues with explicit instantiation. Disable it for these versions. | |||
| 2023-07-21 | settings: Delete cpu_accuracy_first_time | lat9nq | |
| Almost a 2 year old migration setting now | |||
| 2023-07-21 | settings: Move IsConfiguringGlobal to settings_common | lat9nq | |
| 2023-07-21 | (ui,)settings: Use explicit instantiation | lat9nq | |
| Reduces compile times a tad on clang. | |||
| 2023-07-21 | settings: Remove redundant false literals | lat9nq | |
| 2023-07-21 | general: Add typeinfo where needed | lat9nq | |
| Using typeid without including typeinfo first produces an ill-formed program. | |||
| 2023-07-21 | settings: yuzu is not capitalized why is it capitalized stop no bad | lat9nq | |
| 2023-07-21 | settings: Reorder | lat9nq | |
| 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. | |||
| 2023-07-21 | settings,general: Rename non-confirming enums | lat9nq | |
| 2023-07-21 | settings: Make volume runtime-configurable | lat9nq | |
| 2023-07-21 | configure_audio: Implement ui generation | lat9nq | |
| 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 | |||
| 2023-07-21 | settings: Split enums to new file | lat9nq | |
| 2023-07-21 | settings, uisettings: Initialize linkage counter | lat9nq | |
| 2023-07-21 | configure_system: Implement with for loop | lat9nq | |
| 2023-07-21 | settings: Move runtime and save to parameters | lat9nq | |
| These don't need to be whole new types. | |||
| 2023-07-21 | settings: Add UiGeneral class | lat9nq | |
| 2023-07-21 | configuration: Implement slider | lat9nq | |
| 2023-07-21 | settings: Define base renderer runtime modifiable settings | lat9nq | |
| 2023-07-21 | settings: Add anisotropy mode enum | lat9nq | |
| 2023-07-21 | shared_translation: Finish using int ids | lat9nq | |
| 2023-07-21 | settings,uisettings: Add IDs to settings | lat9nq | |
| 2023-07-21 | configure_graphics: Partial runtime implementation | lat9nq | |
| 2023-07-21 | settings: Recategorize a bit | lat9nq | |
| Will help with generating config UI later. | |||
| 2023-07-21 | configure_graphics_advance: Generate UI at runtime | lat9nq | |
| 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. | |||
| 2023-07-21 | settings: Add a registry of settings | lat9nq | |
| 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 | |||
| 2023-07-21 | settings,core,config_sys: Remove optional type from custom_rtc, rng_seed | lat9nq | |
| core: Fix MSVC errors | |||
| 2023-07-21 | settings: Pool SetGlobal functions | lat9nq | |
| 2023-07-21 | settings,video_core: Consolidate ASTC decoding options | lat9nq | |
| Just puts them all neatly into one place. | |||
| 2023-06-28 | input_common: Tune mouse controls | Narr the Reg | |
| 2023-06-27 | Merge pull request #10495 from bm01/master | liamwhite | |
| input_common: Redesign mouse panning | |||
