GUI: Add Stretch Mode selection in Options dialog
This commit is contained in:
parent
adacb4fcfd
commit
89f1b1c96e
13 changed files with 134 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue