aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ios7/ios7_video.h
diff options
context:
space:
mode:
authorsluicebox2019-11-16 03:23:35 -0800
committerEugene Sandulenko2019-11-19 00:20:40 +0100
commit42217b5852fb0f871f78556b5bccf9403934ce08 (patch)
treef3816db4a08e7ecbfd2a6800b0a1ffa98fa17fe0 /backends/platform/ios7/ios7_video.h
parentec840a73c7e0068c305cdff6bd628391a995eba7 (diff)
downloadscummvm-rg350-42217b5852fb0f871f78556b5bccf9403934ce08.tar.gz
scummvm-rg350-42217b5852fb0f871f78556b5bccf9403934ce08.tar.bz2
scummvm-rg350-42217b5852fb0f871f78556b5bccf9403934ce08.zip
IOS7: Implement horizontal shake
Diffstat (limited to 'backends/platform/ios7/ios7_video.h')
-rw-r--r--backends/platform/ios7/ios7_video.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/backends/platform/ios7/ios7_video.h b/backends/platform/ios7/ios7_video.h
index 030d81cd9f..ca1a0c5efb 100644
--- a/backends/platform/ios7/ios7_video.h
+++ b/backends/platform/ios7/ios7_video.h
@@ -64,7 +64,8 @@ typedef struct {
GLuint _screenSizeSlot;
GLuint _textureSlot;
- GLuint _shakeSlot;
+ GLuint _shakeXSlot;
+ GLuint _shakeYSlot;
GLuint _positionSlot;
GLuint _textureCoordSlot;