BACKENDS: drop setDefaultFeatureState() usage, it's not needed
This commit is contained in:
parent
1178c5567f
commit
bb388295a4
4 changed files with 1 additions and 13 deletions
|
@ -400,6 +400,7 @@ void initGraphics3d(int width, int height) {
|
|||
g_system->setGraphicsMode(0, OSystem::kGfxModeRender3d);
|
||||
g_system->initSize(width, height);
|
||||
g_system->setFeatureState(OSystem::kFeatureFullscreenMode, ConfMan.getBool("fullscreen")); // TODO: Replace this with initCommonGFX()
|
||||
g_system->setFeatureState(OSystem::kFeatureAspectRatioCorrection, ConfMan.getBool("aspect_ratio")); // TODO: Replace this with initCommonGFX()
|
||||
g_system->endGFXTransaction();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue