aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ios7/ios7_osys_main.cpp
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_main.cpp
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_main.cpp')
-rw-r--r--backends/platform/ios7/ios7_osys_main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/ios7/ios7_osys_main.cpp b/backends/platform/ios7/ios7_osys_main.cpp
index a58aa10340..d8eb84e214 100644
--- a/backends/platform/ios7/ios7_osys_main.cpp
+++ b/backends/platform/ios7/ios7_osys_main.cpp
@@ -64,7 +64,7 @@ OSystem_iOS7::OSystem_iOS7() :
_mouseDirty(false), _timeSuspended(0), _lastDragPosX(-1), _lastDragPosY(-1), _screenChangeCount(0),
_mouseCursorPaletteEnabled(false), _gfxTransactionError(kTransactionSuccess) {
_queuedInputEvent.type = Common::EVENT_INVALID;
- _touchpadModeEnabled = !iOS7_isHighResDevice();
+ _touchpadModeEnabled = !iOS7_isBigDevice();
#ifdef IPHONE_OFFICIAL
_fsFactory = new ChRootFilesystemFactory(iOS7_getDocumentsDir());
#else