summaryrefslogtreecommitdiffstats
path: root/src/yuzu/configuration/configure_graphics_advanced.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #9849 from ameerj/async-astcliamwhite2023-02-261-0/+7
|\
| * configuration: Add async ASTC decode settingameerj2023-02-231-0/+7
* | config: Fix per game Force max clockgerman772023-02-251-2/+0
|/
* qt: fix configuration weirdness on turboLiam2023-01-091-2/+3
* Merge pull request #9552 from liamwhite/turboliamwhite2023-01-061-0/+11
|\
| * common: add setting for renderer clock workaroundLiam2023-01-051-0/+11
* | config: Set the Vulkan driver pipeline cache option to be globalWollnashorn2023-01-051-0/+3
* | video_core/vulkan: Added `VkPipelineCache` to store Vulkan pipelinesWollnashorn2023-01-051-0/+7
|/
* video_core: add option for pessimistic flushingLiam2022-08-251-0/+8
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* configuration: Use std::make_unique instead of operator new for uiMorph2021-10-151-1/+1
* configuration: Add const qualifier where ablelat9nq2021-10-071-1/+1
* yuzu qt: Remove global system instances from config, WaitTree, mainlat9nq2021-10-071-3/+3
* Garbage Collection: enable as default, eliminate option.Fernando Sahmkow2021-08-281-6/+0
* Merge branch 'master' into fullscreen-enumlat9nq2021-07-251-7/+0
|\
| * general: Add setting shader_backendlat9nq2021-07-231-7/+0
* | configuration: Use combobox apply template where possiblelat9nq2021-07-231-19/+1
|/
* settings: Disable FPS unlimit setting between title launchesameerj2021-07-101-6/+0
* Merge pull request #6465 from FernandoS27/sex-on-the-beachMai M2021-06-231-0/+6
|\
| * Reaper: Setup settings and final tuning.Fernando Sahmkow2021-06-161-0/+6
* | nvflinger: Add toggle to disable buffer swap interval limitsameerj2021-06-171-0/+6
|/
* configuration: Add CPU tab to game propertieslat9nq2021-05-161-2/+1
* configuration: Simplify applying per-game settingslat9nq2021-05-161-35/+12
* common: Move settings to common from core.bunnei2021-04-151-1/+1
* core/settings: Move configuring_global behind an APILioncash2020-11-041-4/+4
* configuration_shared: Simplify name lookup in highlighting functionsLioncash2020-08-141-12/+10
* configure_graphics: Remove Force 30 FPS modeMorph2020-07-281-10/+0
* configure_graphics_advnaced: clang-format mk iilat9nq2020-07-191-3/+3
* configure_graphics_advanced: Fix oversight from rebaselat9nq2020-07-191-1/+1
* configuration: Use forward declares and remove extraneous structslat9nq2020-07-191-13/+10
* clang-formatlat9nq2020-07-191-10/+8
* configuration_shared: Break up tracker structs to respective classeslat9nq2020-07-191-10/+10
* configure_per_game: Improve style consistencylat9nq2020-07-191-17/+7
* configuration_shared: Use an int instead of a QStringlat9nq2020-07-191-4/+2
* configure_graphics_advanced: Implement highlighted overrideslat9nq2020-07-191-33/+54
* Rebase for per game settingsDavid Marcec2020-07-171-0/+22
* configuration: implement per-game configurations (#4098)lat9nq2020-07-101-13/+93
* yuzu/configuration: Show assembly shaders check boxReinUsesLisp2020-06-111-3/+0
* yuzu: Add frontend settings for assembly shadersReinUsesLisp2020-05-191-0/+6
* GPU: Add Fast GPU Time Option.Fernando Sahmkow2020-04-231-0/+2
* UI: Replasce accurate GPU option for GPU Accuracy LevelFernando Sahmkow2020-04-221-2/+3
* Create an "Advanced" tab in the graphics configuration tab and add anisotropic filtering levels.Morph2020-02-281-0/+48