summaryrefslogtreecommitdiff
path: root/src/common/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/settings.h')
-rw-r--r--src/common/settings.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/settings.h b/src/common/settings.h
index 9317075f7..0455241b3 100644
--- a/src/common/settings.h
+++ b/src/common/settings.h
@@ -358,6 +358,8 @@ struct Values {
358 Category::RendererDebug}; 358 Category::RendererDebug};
359 // TODO: remove this once AMDVLK supports VK_EXT_depth_bias_control 359 // TODO: remove this once AMDVLK supports VK_EXT_depth_bias_control
360 bool renderer_amdvlk_depth_bias_workaround{}; 360 bool renderer_amdvlk_depth_bias_workaround{};
361 Setting<bool> disable_buffer_reorder{linkage, false, "disable_buffer_reorder",
362 Category::RendererDebug};
361 363
362 // System 364 // System
363 SwitchableSetting<Language, true> language_index{linkage, 365 SwitchableSetting<Language, true> language_index{linkage,