| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2024-02-26 | settings: remove global override for smash on amdvlk | 1 | -2/+0 | ||
| 2024-02-24 | settings: enable error applet | 1 | -1/+1 | ||
| 2024-02-18 | vulkan_device: don't use fixed cap for memory limits | 1 | -0/+6 | ||
| 2024-02-09 | general: add default configurations for applet mode | 1 | -0/+32 | ||
| 2024-01-31 | settings: Allow audio sink, input, and output to be set per game | 1 | -6/+6 | ||
| 2024-01-24 | Rework time service to fix time passing offline. | 1 | -3/+10 | ||
| 2023-12-12 | settings: Allow vsync to be changed per-game | 1 | -1/+1 | ||
| 2023-12-12 | settings: Allow CPU Debug and Fastmem to be changed per-game | 1 | -4/+4 | ||
| 2023-12-08 | settings: Enable NCE by default on capable systems | 1 | -4/+10 | ||
| 2023-11-26 | qt: add cpu_backend configuration | 1 | -1/+1 | ||
| 2023-11-25 | yuzu: create linux group in general settings | 1 | -2/+3 | ||
| - Create files dedicated to starting and stopping gamemode functions - Use them in yuzu and yuzu_cmd modules | |||||
| 2023-11-25 | yuzu: integrate gamemode support on linux | 1 | -0/+2 | ||
| 2023-11-25 | Address some review comments | 1 | -1/+1 | ||
| 2023-11-25 | arm: Implement native code execution backend | 1 | -1/+1 | ||
| 2023-11-25 | device_memory: Enable direct mapped addresses for nce | 1 | -1/+2 | ||
| 2023-11-25 | settings: Add cpu backend setting | 1 | -0/+10 | ||
| 2023-11-21 | common: settings: Add ifdefs to define android's default settings | 1 | -6/+36 | ||
| 2023-11-12 | renderer_vulkan: Introduce separate cmd buffer for uploads | 1 | -0/+2 | ||
| 2023-11-10 | yuzu: Make mute audio persistent | 1 | -1/+1 | ||
| 2023-10-12 | yuzu: Use new setting method for stop emulation | 1 | -0/+5 | ||
| 2023-10-08 | qt: implement automatic crash dump support | 1 | -1/+0 | ||
| 2023-09-23 | Query Cachge: Fully rework Vulkan's query cache | 1 | -0/+2 | ||
| 2023-09-16 | Vulkan: add temporary workaround for AMDVLK | 1 | -0/+2 | ||
| 2023-09-14 | debug: Add renderdoc capture hotkey | 1 | -0/+2 | ||
| 2023-08-22 | settings: Add docked mode helper function | 1 | -0/+2 | ||
| 2023-08-22 | general: Convert use_docked_mode to an enumeration | 1 | -1/+7 | ||
| Allows some special interactions with it in the Qt frontend. | |||||
| 2023-08-15 | settings: Add AspectRatio enum, split res scale function | 1 | -0/+1 | ||
| 2023-07-25 | (ui)settings: Add more runtime_modifiable settings | 1 | -4/+5 | ||
| 2023-07-24 | settings: Set GPU as default ASTC decoder | 1 | -1/+1 | ||
| 2023-07-21 | common: Move global configuration state modifiers back to settings | 1 | -0/+3 | ||
| 2023-07-21 | core,common: Give memory layout setting an enum | 1 | -2/+6 | ||
| Allows for 6GB and 8GB layouts to be selected. | |||||
| 2023-07-21 | settings: Require time zone setting value for stirng | 1 | -1/+1 | ||
| 2023-07-21 | settings,configuration: Add a default suffix | 1 | -6/+20 | ||
| 2023-07-21 | settings: Define paired settings | 1 | -6/+15 | ||
| settings_common: Remove unused optional | |||||
| 2023-07-21 | settings: Define specializations for settings | 1 | -50/+86 | ||
| Suggests to a frontend how to represent each setting. | |||||
| 2023-07-21 | settings,uisettings: Remove leading underscore | 1 | -1/+1 | ||
| 2023-07-21 | settings: Move speed_limit to core | 1 | -4/+4 | ||
| 2023-07-21 | common,yuzu-qt: Avoid explicit instantiation on old clang | 1 | -0/+2 | ||
| Clang versions < 15 have compile issues with explicit instantiation. Disable it for these versions. | |||||
| 2023-07-21 | settings: Delete cpu_accuracy_first_time | 1 | -2/+0 | ||
| Almost a 2 year old migration setting now | |||||
| 2023-07-21 | settings: Move IsConfiguringGlobal to settings_common | 1 | -3/+0 | ||
| 2023-07-21 | (ui,)settings: Use explicit instantiation | 1 | -471/+42 | ||
| Reduces compile times a tad on clang. | |||||
| 2023-07-21 | settings: Remove redundant false literals | 1 | -19/+16 | ||
| 2023-07-21 | general: Add typeinfo where needed | 1 | -0/+1 | ||
| 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 | 1 | -1/+1 | ||
| 2023-07-21 | settings: Reorder | 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. | |||||
| 2023-07-21 | settings,general: Rename non-confirming enums | 1 | -16/+24 | ||
| 2023-07-21 | settings: Make volume runtime-configurable | 1 | -1/+1 | ||
| 2023-07-21 | configure_audio: Implement ui generation | 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 | |||||
| 2023-07-21 | settings: Split enums to new file | 1 | -186/+3 | ||
| 2023-07-21 | settings, uisettings: Initialize linkage counter | 1 | -1/+1 | ||