diff options
author | Liam <byteslice@airmail.cc> | 2024-02-24 04:40:48 +0100 |
---|---|---|
committer | Liam <byteslice@airmail.cc> | 2024-02-26 17:16:18 +0100 |
commit | 25c3bbba0e46d3a3e8648a310e83c3facdb02a5f (patch) | |
tree | e8621bebad95bfd2d98147b125395f3545cb2627 /src/common/settings.h | |
parent | video_core: make gpu context aware of rendering program (diff) | |
download | yuzu-25c3bbba0e46d3a3e8648a310e83c3facdb02a5f.tar yuzu-25c3bbba0e46d3a3e8648a310e83c3facdb02a5f.tar.gz yuzu-25c3bbba0e46d3a3e8648a310e83c3facdb02a5f.tar.bz2 yuzu-25c3bbba0e46d3a3e8648a310e83c3facdb02a5f.tar.lz yuzu-25c3bbba0e46d3a3e8648a310e83c3facdb02a5f.tar.xz yuzu-25c3bbba0e46d3a3e8648a310e83c3facdb02a5f.tar.zst yuzu-25c3bbba0e46d3a3e8648a310e83c3facdb02a5f.zip |
Diffstat (limited to 'src/common/settings.h')
-rw-r--r-- | src/common/settings.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/settings.h b/src/common/settings.h index b2b071e7e..fa2d08da1 100644 --- a/src/common/settings.h +++ b/src/common/settings.h @@ -435,8 +435,6 @@ struct Values { linkage, false, "disable_shader_loop_safety_checks", Category::RendererDebug}; Setting<bool> enable_renderdoc_hotkey{linkage, false, "renderdoc_hotkey", Category::RendererDebug}; - // TODO: remove this once AMDVLK supports VK_EXT_depth_bias_control - bool renderer_amdvlk_depth_bias_workaround{}; Setting<bool> disable_buffer_reorder{linkage, false, "disable_buffer_reorder", Category::RendererDebug}; |