diff options
Diffstat (limited to 'src/common')
| -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 70ab8d584..8f02fa9af 100644 --- a/src/common/settings.h +++ b/src/common/settings.h | |||
| @@ -733,7 +733,7 @@ struct Values { | |||
| 733 | linkage, ShaderBackend::GLSL, ShaderBackend::GLSL, ShaderBackend::SPIRV, | 733 | linkage, ShaderBackend::GLSL, ShaderBackend::GLSL, ShaderBackend::SPIRV, |
| 734 | "shader_backend", Category::Renderer}; | 734 | "shader_backend", Category::Renderer}; |
| 735 | SwitchableSetting<bool> use_asynchronous_shaders{linkage, false, "use_asynchronous_shaders", | 735 | SwitchableSetting<bool> use_asynchronous_shaders{linkage, false, "use_asynchronous_shaders", |
| 736 | Category::Renderer}; | 736 | Category::RendererAdvanced}; |
| 737 | SwitchableSetting<bool, false, true, true> use_fast_gpu_time{linkage, true, "use_fast_gpu_time", | 737 | SwitchableSetting<bool, false, true, true> use_fast_gpu_time{linkage, true, "use_fast_gpu_time", |
| 738 | Category::RendererAdvanced}; | 738 | Category::RendererAdvanced}; |
| 739 | SwitchableSetting<bool, false, true, true> use_vulkan_driver_pipeline_cache{ | 739 | SwitchableSetting<bool, false, true, true> use_vulkan_driver_pipeline_cache{ |