diff --git a/src/common/settings.h b/src/common/settings.h index 25086d3886..07dba53aba 100644 --- a/src/common/settings.h +++ b/src/common/settings.h @@ -256,7 +256,7 @@ struct Values { AstcDecodeMode::CpuAsynchronous, "accelerate_astc", Category::Renderer}; - Setting vsync_mode{ + SwitchableSetting vsync_mode{ linkage, VSyncMode::Fifo, VSyncMode::Immediate, VSyncMode::FifoRelaxed, "use_vsync", Category::Renderer, Specialization::RuntimeList, true, true};