GUI: Add Stretch Mode selection in Options dialog

This commit is contained in:
Thierry Crozat 2018-07-01 23:57:00 +01:00
parent adacb4fcfd
commit 89f1b1c96e
13 changed files with 134 additions and 1 deletions

View file

@ -218,6 +218,7 @@ void OpenGLSdlGraphicsManager::deactivateManager() {
bool OpenGLSdlGraphicsManager::hasFeature(OSystem::Feature f) const {
switch (f) {
case OSystem::kFeatureFullscreenMode:
case OSystem::kFeatureStretchMode:
case OSystem::kFeatureIconifyWindow:
return true;