summaryrefslogtreecommitdiff
path: root/src/common/settings.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #13159 from liamwhite/web-errorGravatar liamwhite2024-02-261-1/+1
|\ | | | | core: enable error applet, add stubs for web applet
| * settings: enable error appletGravatar Liam2024-02-241-1/+1
| |
* | settings: remove global override for smash on amdvlkGravatar Liam2024-02-261-2/+0
|/
* vulkan_device: don't use fixed cap for memory limitsGravatar Liam2024-02-181-0/+6
|
* general: add default configurations for applet modeGravatar Liam2024-02-091-0/+32
|
* settings: Allow audio sink, input, and output to be set per gameGravatar t8952024-01-311-6/+6
|
* Rework time service to fix time passing offline.Gravatar Kelebek12024-01-241-3/+10
|
* settings: Allow vsync to be changed per-gameGravatar t8952023-12-121-1/+1
|
* settings: Allow CPU Debug and Fastmem to be changed per-gameGravatar t8952023-12-121-4/+4
|
* settings: Enable NCE by default on capable systemsGravatar t8952023-12-081-4/+10
|
* Merge pull request #12074 from GPUCode/yuwu-on-the-metalGravatar liamwhite2023-11-301-0/+11
|\ | | | | Implement Native Code Execution (NCE)
| * qt: add cpu_backend configurationGravatar amazingfate2023-11-261-1/+1
| |
| * Address some review commentsGravatar GPUCode2023-11-251-1/+1
| |
| * arm: Implement native code execution backendGravatar Liam2023-11-251-1/+1
| |
| * device_memory: Enable direct mapped addresses for nceGravatar GPUCode2023-11-251-1/+2
| |
| * settings: Add cpu backend settingGravatar GPUCode2023-11-251-0/+10
| |
* | Merge pull request #11946 from flodavid/gamemodeGravatar liamwhite2023-11-291-0/+3
|\ \ | | | | | | Enable (Feral Interactive) Gamemode on Linux
| * | yuzu: create linux group in general settingsGravatar flodavid2023-11-251-2/+3
| | | | | | | | | | | | | | | - Create files dedicated to starting and stopping gamemode functions - Use them in yuzu and yuzu_cmd modules
| * | yuzu: integrate gamemode support on linuxGravatar xcfrg2023-11-251-0/+2
| |/
* | Merge pull request #11535 from GPUCode/upload_cmdbufGravatar Fernando S2023-11-261-0/+2
|\ \ | |/ |/| renderer_vulkan: Introduce separate cmd buffer for uploads
| * renderer_vulkan: Introduce separate cmd buffer for uploadsGravatar GPUCode2023-11-121-0/+2
| |
* | common: settings: Add ifdefs to define android's default settingsGravatar t8952023-11-211-6/+36
| |
* | yuzu: Make mute audio persistentGravatar Narr the Reg2023-11-101-1/+1
|/
* Merge pull request #11689 from liamwhite/breakpadGravatar liamwhite2023-10-291-1/+0
|\ | | | | qt: implement automatic crash dump support
| * qt: implement automatic crash dump supportGravatar Liam2023-10-081-1/+0
| |
* | yuzu: Use new setting method for stop emulationGravatar Florian2023-10-121-0/+5
|/
* Merge pull request #11402 from FernandoS27/depth-bias-controlGravatar liamwhite2023-09-281-0/+2
|\ | | | | Vulkan: Implement Depth Bias Control
| * Vulkan: add temporary workaround for AMDVLKGravatar Fernando Sahmkow2023-09-161-0/+2
| |
* | Query Cachge: Fully rework Vulkan's query cacheGravatar Fernando Sahmkow2023-09-231-0/+2
|/
* debug: Add renderdoc capture hotkeyGravatar GPUCode2023-09-141-0/+2
|
* settings: Add docked mode helper functionGravatar lat9nq2023-08-221-0/+2
|
* general: Convert use_docked_mode to an enumerationGravatar lat9nq2023-08-221-1/+7
| | | | Allows some special interactions with it in the Qt frontend.
* settings: Add AspectRatio enum, split res scale functionGravatar lat9nq2023-08-151-0/+1
|
* (ui)settings: Add more runtime_modifiable settingsGravatar lat9nq2023-07-251-4/+5
|
* settings: Set GPU as default ASTC decoderGravatar lat9nq2023-07-241-1/+1
|
* common: Move global configuration state modifiers back to settingsGravatar lat9nq2023-07-211-0/+3
|
* core,common: Give memory layout setting an enumGravatar lat9nq2023-07-211-2/+6
| | | | Allows for 6GB and 8GB layouts to be selected.
* settings: Require time zone setting value for stirngGravatar lat9nq2023-07-211-1/+1
|
* settings,configuration: Add a default suffixGravatar lat9nq2023-07-211-6/+20
|
* settings: Define paired settingsGravatar lat9nq2023-07-211-6/+15
| | | | settings_common: Remove unused optional
* settings: Define specializations for settingsGravatar lat9nq2023-07-211-50/+86
| | | | Suggests to a frontend how to represent each setting.
* settings,uisettings: Remove leading underscoreGravatar lat9nq2023-07-211-1/+1
|
* settings: Move speed_limit to coreGravatar lat9nq2023-07-211-4/+4
|
* common,yuzu-qt: Avoid explicit instantiation on old clangGravatar lat9nq2023-07-211-0/+2
| | | | | Clang versions < 15 have compile issues with explicit instantiation. Disable it for these versions.
* settings: Delete cpu_accuracy_first_timeGravatar lat9nq2023-07-211-2/+0
| | | | Almost a 2 year old migration setting now
* settings: Move IsConfiguringGlobal to settings_commonGravatar lat9nq2023-07-211-3/+0
|
* (ui,)settings: Use explicit instantiationGravatar lat9nq2023-07-211-471/+42
| | | | Reduces compile times a tad on clang.
* settings: Remove redundant false literalsGravatar lat9nq2023-07-211-19/+16
|
* general: Add typeinfo where neededGravatar lat9nq2023-07-211-0/+1
| | | | Using typeid without including typeinfo first produces an ill-formed program.
* settings: yuzu is not capitalized why is it capitalized stop no badGravatar lat9nq2023-07-211-1/+1
|