diff --git a/src/common/settings.h b/src/common/settings.h index d8472bc80..b7fa7881f 100644 --- a/src/common/settings.h +++ b/src/common/settings.h @@ -479,7 +479,7 @@ struct Values { SwitchableSetting use_vsync_new{true, "use_vsync_new"}; Setting use_shader_jit{true, "use_shader_jit"}; SwitchableSetting resolution_factor{1, 0, 10, "resolution_factor"}; - SwitchableSetting frame_limit{100, 0, 1000, "frame_limit"}; + SwitchableSetting frame_limit{100, 0, 1000, "frame_limit"}; SwitchableSetting texture_filter{TextureFilter::None, "texture_filter"}; SwitchableSetting texture_sampling{TextureSampling::GameControlled, "texture_sampling"};