summaryrefslogtreecommitdiff
path: root/src/common/settings.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-02-26settings: remove global override for smash on amdvlkGravatar Liam1-2/+0
2024-02-24settings: enable error appletGravatar Liam1-1/+1
2024-02-18vulkan_device: don't use fixed cap for memory limitsGravatar Liam1-0/+6
2024-02-09general: add default configurations for applet modeGravatar Liam1-0/+32
2024-01-31settings: Allow audio sink, input, and output to be set per gameGravatar t8951-6/+6
2024-01-24Rework time service to fix time passing offline.Gravatar Kelebek11-3/+10
2023-12-12settings: Allow vsync to be changed per-gameGravatar t8951-1/+1
2023-12-12settings: Allow CPU Debug and Fastmem to be changed per-gameGravatar t8951-4/+4
2023-12-08settings: Enable NCE by default on capable systemsGravatar t8951-4/+10
2023-11-26qt: add cpu_backend configurationGravatar amazingfate1-1/+1
2023-11-25yuzu: create linux group in general settingsGravatar flodavid1-2/+3
- Create files dedicated to starting and stopping gamemode functions - Use them in yuzu and yuzu_cmd modules
2023-11-25yuzu: integrate gamemode support on linuxGravatar xcfrg1-0/+2
2023-11-25Address some review commentsGravatar GPUCode1-1/+1
2023-11-25arm: Implement native code execution backendGravatar Liam1-1/+1
2023-11-25device_memory: Enable direct mapped addresses for nceGravatar GPUCode1-1/+2
2023-11-25settings: Add cpu backend settingGravatar GPUCode1-0/+10
2023-11-21common: settings: Add ifdefs to define android's default settingsGravatar t8951-6/+36
2023-11-12renderer_vulkan: Introduce separate cmd buffer for uploadsGravatar GPUCode1-0/+2
2023-11-10yuzu: Make mute audio persistentGravatar Narr the Reg1-1/+1
2023-10-12yuzu: Use new setting method for stop emulationGravatar Florian1-0/+5
2023-10-08qt: implement automatic crash dump supportGravatar Liam1-1/+0
2023-09-23Query Cachge: Fully rework Vulkan's query cacheGravatar Fernando Sahmkow1-0/+2
2023-09-16Vulkan: add temporary workaround for AMDVLKGravatar Fernando Sahmkow1-0/+2
2023-09-14debug: Add renderdoc capture hotkeyGravatar GPUCode1-0/+2
2023-08-22settings: Add docked mode helper functionGravatar lat9nq1-0/+2
2023-08-22general: Convert use_docked_mode to an enumerationGravatar lat9nq1-1/+7
Allows some special interactions with it in the Qt frontend.
2023-08-15settings: Add AspectRatio enum, split res scale functionGravatar lat9nq1-0/+1
2023-07-25(ui)settings: Add more runtime_modifiable settingsGravatar lat9nq1-4/+5
2023-07-24settings: Set GPU as default ASTC decoderGravatar lat9nq1-1/+1
2023-07-21common: Move global configuration state modifiers back to settingsGravatar lat9nq1-0/+3
2023-07-21core,common: Give memory layout setting an enumGravatar lat9nq1-2/+6
Allows for 6GB and 8GB layouts to be selected.
2023-07-21settings: Require time zone setting value for stirngGravatar lat9nq1-1/+1
2023-07-21settings,configuration: Add a default suffixGravatar lat9nq1-6/+20
2023-07-21settings: Define paired settingsGravatar lat9nq1-6/+15
settings_common: Remove unused optional
2023-07-21settings: Define specializations for settingsGravatar lat9nq1-50/+86
Suggests to a frontend how to represent each setting.
2023-07-21settings,uisettings: Remove leading underscoreGravatar lat9nq1-1/+1
2023-07-21settings: Move speed_limit to coreGravatar lat9nq1-4/+4
2023-07-21common,yuzu-qt: Avoid explicit instantiation on old clangGravatar lat9nq1-0/+2
Clang versions < 15 have compile issues with explicit instantiation. Disable it for these versions.
2023-07-21settings: Delete cpu_accuracy_first_timeGravatar lat9nq1-2/+0
Almost a 2 year old migration setting now
2023-07-21settings: Move IsConfiguringGlobal to settings_commonGravatar lat9nq1-3/+0
2023-07-21(ui,)settings: Use explicit instantiationGravatar lat9nq1-471/+42
Reduces compile times a tad on clang.
2023-07-21settings: Remove redundant false literalsGravatar lat9nq1-19/+16
2023-07-21general: Add typeinfo where neededGravatar lat9nq1-0/+1
Using typeid without including typeinfo first produces an ill-formed program.
2023-07-21settings: yuzu is not capitalized why is it capitalized stop no badGravatar lat9nq1-1/+1
2023-07-21settings: ReorderGravatar lat9nq1-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-21settings,general: Rename non-confirming enumsGravatar lat9nq1-16/+24
2023-07-21settings: Make volume runtime-configurableGravatar lat9nq1-1/+1
2023-07-21configure_audio: Implement ui generationGravatar lat9nq1-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-21settings: Split enums to new fileGravatar lat9nq1-186/+3
2023-07-21settings, uisettings: Initialize linkage counterGravatar lat9nq1-1/+1