diff options
Diffstat (limited to 'src/common/settings.h')
| -rw-r--r-- | src/common/settings.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/common/settings.h b/src/common/settings.h index 508615011..98341ad96 100644 --- a/src/common/settings.h +++ b/src/common/settings.h | |||
| @@ -393,6 +393,8 @@ struct Values { | |||
| 393 | Category::RendererDebug}; | 393 | Category::RendererDebug}; |
| 394 | // TODO: remove this once AMDVLK supports VK_EXT_depth_bias_control | 394 | // TODO: remove this once AMDVLK supports VK_EXT_depth_bias_control |
| 395 | bool renderer_amdvlk_depth_bias_workaround{}; | 395 | bool renderer_amdvlk_depth_bias_workaround{}; |
| 396 | Setting<bool> disable_buffer_reorder{linkage, false, "disable_buffer_reorder", | ||
| 397 | Category::RendererDebug}; | ||
| 396 | 398 | ||
| 397 | // System | 399 | // System |
| 398 | SwitchableSetting<Language, true> language_index{linkage, | 400 | SwitchableSetting<Language, true> language_index{linkage, |
| @@ -436,6 +438,9 @@ struct Values { | |||
| 436 | true, | 438 | true, |
| 437 | true}; | 439 | true}; |
| 438 | 440 | ||
| 441 | // Linux | ||
| 442 | SwitchableSetting<bool> enable_gamemode{linkage, true, "enable_gamemode", Category::Linux}; | ||
| 443 | |||
| 439 | // Controls | 444 | // Controls |
| 440 | InputSetting<std::array<PlayerInput, 10>> players; | 445 | InputSetting<std::array<PlayerInput, 10>> players; |
| 441 | 446 | ||