aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ios7/ios7_osys_video.mm
diff options
context:
space:
mode:
authorVincent Bénony2015-12-08 12:17:46 +0100
committerVincent Bénony2016-01-06 16:17:36 +0100
commit14a0a3d032059ab489a9f5f535972449ba036010 (patch)
tree54f39861671f6533a656a615f548387081fe92d1 /backends/platform/ios7/ios7_osys_video.mm
parent481884e778071c1e071c68c4bc03752bed04bccd (diff)
downloadscummvm-rg350-14a0a3d032059ab489a9f5f535972449ba036010.tar.gz
scummvm-rg350-14a0a3d032059ab489a9f5f535972449ba036010.tar.bz2
scummvm-rg350-14a0a3d032059ab489a9f5f535972449ba036010.zip
IOS: Better resolution handling
Diffstat (limited to 'backends/platform/ios7/ios7_osys_video.mm')
-rw-r--r--backends/platform/ios7/ios7_osys_video.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/ios7/ios7_osys_video.mm b/backends/platform/ios7/ios7_osys_video.mm
index e2ac189baa..f2f00069f9 100644
--- a/backends/platform/ios7/ios7_osys_video.mm
+++ b/backends/platform/ios7/ios7_osys_video.mm
@@ -38,7 +38,7 @@ const OSystem::GraphicsMode *OSystem_iOS7::getSupportedGraphicsModes() const {
}
int OSystem_iOS7::getDefaultGraphicsMode() const {
- return kGraphicsModeLinear;
+ return kGraphicsModeNone;
}
bool OSystem_iOS7::setGraphicsMode(int mode) {