aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ios7/ios7_video.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_video.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_video.h')
-rw-r--r--backends/platform/ios7/ios7_video.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/platform/ios7/ios7_video.h b/backends/platform/ios7/ios7_video.h
index 799cd21a94..ab261a977b 100644
--- a/backends/platform/ios7/ios7_video.h
+++ b/backends/platform/ios7/ios7_video.h
@@ -88,12 +88,14 @@ typedef struct {
UITouch *_firstTouch;
UITouch *_secondTouch;
+#ifdef ENABLE_IOS7_SCALERS
uint8_t *_scalerMemorySrc;
uint8_t *_scalerMemoryDst;
size_t _scalerMemorySrcSize;
size_t _scalerMemoryDstSize;
int _scalerScale;
ScalerProc *_scaler;
+#endif
}
- (id)initWithFrame:(struct CGRect)frame;