aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ios7/ios7_common.h
diff options
context:
space:
mode:
authorVincent Bénony2016-01-06 08:41:45 +0100
committerVincent Bénony2016-01-06 16:20:28 +0100
commitaa77c0c92ddf76fb2284d3df5a75a36bacf0a976 (patch)
tree3a25f7c52f5b48bb722ae6b68daa79563d0441f7 /backends/platform/ios7/ios7_common.h
parenta522c82f853a50163bd36fc64234f9a6c6c0b395 (diff)
downloadscummvm-rg350-aa77c0c92ddf76fb2284d3df5a75a36bacf0a976.tar.gz
scummvm-rg350-aa77c0c92ddf76fb2284d3df5a75a36bacf0a976.tar.bz2
scummvm-rg350-aa77c0c92ddf76fb2284d3df5a75a36bacf0a976.zip
IOS: Disable scalers
Diffstat (limited to 'backends/platform/ios7/ios7_common.h')
-rw-r--r--backends/platform/ios7/ios7_common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/backends/platform/ios7/ios7_common.h b/backends/platform/ios7/ios7_common.h
index b7a47eda8a..a32a59a541 100644
--- a/backends/platform/ios7/ios7_common.h
+++ b/backends/platform/ios7/ios7_common.h
@@ -25,6 +25,9 @@
#include "graphics/surface.h"
+// #define ENABLE_IOS7_SCALERS
+
+
enum InputEvent {
kInputMouseDown,
kInputMouseUp,