diff options
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/settings.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/settings.h b/src/common/settings.h index 32dfb1d9f..df1762d1b 100644 --- a/src/common/settings.h +++ b/src/common/settings.h | |||
| @@ -339,6 +339,7 @@ struct Values { | |||
| 339 | Setting<bool> use_nvdec_emulation{true, "use_nvdec_emulation"}; | 339 | Setting<bool> use_nvdec_emulation{true, "use_nvdec_emulation"}; |
| 340 | Setting<bool> accelerate_astc{true, "accelerate_astc"}; | 340 | Setting<bool> accelerate_astc{true, "accelerate_astc"}; |
| 341 | Setting<bool> use_vsync{true, "use_vsync"}; | 341 | Setting<bool> use_vsync{true, "use_vsync"}; |
| 342 | BasicSetting<u16> fps_cap{1000, "fps_cap"}; | ||
| 342 | BasicSetting<bool> disable_fps_limit{false, "disable_fps_limit"}; | 343 | BasicSetting<bool> disable_fps_limit{false, "disable_fps_limit"}; |
| 343 | Setting<ShaderBackend> shader_backend{ShaderBackend::GLASM, "shader_backend"}; | 344 | Setting<ShaderBackend> shader_backend{ShaderBackend::GLASM, "shader_backend"}; |
| 344 | Setting<bool> use_asynchronous_shaders{false, "use_asynchronous_shaders"}; | 345 | Setting<bool> use_asynchronous_shaders{false, "use_asynchronous_shaders"}; |