Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-08 | settings: Enable NCE by default on capable systems | t895 | |
2023-11-30 | Merge pull request #12074 from GPUCode/yuwu-on-the-metal | liamwhite | |
Implement Native Code Execution (NCE) | |||
2023-11-29 | Merge pull request #11946 from flodavid/gamemode | liamwhite | |
Enable (Feral Interactive) Gamemode on Linux | |||
2023-11-26 | qt: add cpu_backend configuration | amazingfate | |
2023-11-26 | Merge pull request #11535 from GPUCode/upload_cmdbuf | Fernando S | |
renderer_vulkan: Introduce separate cmd buffer for uploads | |||
2023-11-25 | yuzu: create linux group in general settings | flodavid | |
- 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 | xcfrg | |
2023-11-25 | Address some review comments | GPUCode | |
2023-11-25 | arm: Implement native code execution backend | Liam | |
2023-11-25 | device_memory: Enable direct mapped addresses for nce | GPUCode | |
2023-11-25 | settings: Add cpu backend setting | GPUCode | |
2023-11-21 | common: settings: Add ifdefs to define android's default settings | t895 | |
2023-11-12 | renderer_vulkan: Introduce separate cmd buffer for uploads | GPUCode | |
2023-11-10 | yuzu: Make mute audio persistent | Narr the Reg | |
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 | |