Merge c6759c5fa6
into 9ed7e5803e
This commit is contained in:
commit
a2d3174230
|
@ -157,6 +157,7 @@ void VideoSettingsDialog::onChange3DRenderer(int renderer)
|
|||
auto& cfg = emuInstance->getGlobalConfig();
|
||||
cfg.SetInt("3D.Renderer", renderer);
|
||||
|
||||
setVsyncControlEnable(UsesGL());
|
||||
setEnabled();
|
||||
|
||||
emit updateVideoSettings(old_gl != UsesGL());
|
||||
|
@ -209,8 +210,6 @@ void VideoSettingsDialog::on_cbxGLResolution_currentIndexChanged(int idx)
|
|||
auto& cfg = emuInstance->getGlobalConfig();
|
||||
cfg.SetInt("3D.GL.ScaleFactor", idx+1);
|
||||
|
||||
setVsyncControlEnable(UsesGL());
|
||||
|
||||
emit updateVideoSettings(false);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue