COMMON: Refactor VSync handling to match the other options
This commit is contained in:
parent
40fc49256d
commit
138a983d80
14 changed files with 109 additions and 32 deletions
|
@ -364,6 +364,7 @@ static void setupGraphics(OSystem &system) {
|
|||
system.setFeatureState(OSystem::kFeatureAspectRatioCorrection, ConfMan.getBool("aspect_ratio"));
|
||||
system.setFeatureState(OSystem::kFeatureFullscreenMode, ConfMan.getBool("fullscreen"));
|
||||
system.setFeatureState(OSystem::kFeatureFilteringMode, ConfMan.getBool("filtering"));
|
||||
system.setFeatureState(OSystem::kFeatureVSync, ConfMan.getBool("vsync"));
|
||||
system.endGFXTransaction();
|
||||
|
||||
system.applyBackendSettings();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue