diff options
| author | 2022-11-26 15:57:37 -0800 | |
|---|---|---|
| committer | 2022-11-26 15:57:37 -0800 | |
| commit | eabe45346fa41a63a2c0231014ba02e1cf2e37ee (patch) | |
| tree | 089e9ee4a14038407152523c355d198e129451f8 | |
| parent | Merge pull request #9288 from vonchenplus/deferred_draw (diff) | |
| parent | Oops (diff) | |
| download | yuzu-eabe45346fa41a63a2c0231014ba02e1cf2e37ee.tar.gz yuzu-eabe45346fa41a63a2c0231014ba02e1cf2e37ee.tar.xz yuzu-eabe45346fa41a63a2c0231014ba02e1cf2e37ee.zip | |
Merge pull request #9318 from goldenx86/glsl-ftw
Replace GLSL as the default OpenGL shader backend
Diffstat (limited to '')
| -rw-r--r-- | src/common/settings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/settings.h b/src/common/settings.h index 0eb98939c..cf1c00b75 100644 --- a/src/common/settings.h +++ b/src/common/settings.h | |||
| @@ -442,7 +442,7 @@ struct Values { | |||
| 442 | SwitchableSetting<NvdecEmulation> nvdec_emulation{NvdecEmulation::GPU, "nvdec_emulation"}; | 442 | SwitchableSetting<NvdecEmulation> nvdec_emulation{NvdecEmulation::GPU, "nvdec_emulation"}; |
| 443 | SwitchableSetting<bool> accelerate_astc{true, "accelerate_astc"}; | 443 | SwitchableSetting<bool> accelerate_astc{true, "accelerate_astc"}; |
| 444 | SwitchableSetting<bool> use_vsync{true, "use_vsync"}; | 444 | SwitchableSetting<bool> use_vsync{true, "use_vsync"}; |
| 445 | SwitchableSetting<ShaderBackend, true> shader_backend{ShaderBackend::GLASM, ShaderBackend::GLSL, | 445 | SwitchableSetting<ShaderBackend, true> shader_backend{ShaderBackend::GLSL, ShaderBackend::GLSL, |
| 446 | ShaderBackend::SPIRV, "shader_backend"}; | 446 | ShaderBackend::SPIRV, "shader_backend"}; |
| 447 | SwitchableSetting<bool> use_asynchronous_shaders{false, "use_asynchronous_shaders"}; | 447 | SwitchableSetting<bool> use_asynchronous_shaders{false, "use_asynchronous_shaders"}; |
| 448 | SwitchableSetting<bool> use_fast_gpu_time{true, "use_fast_gpu_time"}; | 448 | SwitchableSetting<bool> use_fast_gpu_time{true, "use_fast_gpu_time"}; |