summaryrefslogtreecommitdiff
path: root/test/testgamecontroller.c
diff options
context:
space:
mode:
authorAlex Szpakowski <slime73@gmail.com>2015-09-20 23:08:36 -0300
committerAlex Szpakowski <slime73@gmail.com>2015-09-20 23:08:36 -0300
commit1917eeea5a4198d2cec9b0518f9fcacde4cfb242 (patch)
tree67f7507bbcb322fa9f4e1b3d3d30cd333abf7578 /test/testgamecontroller.c
parent7eb2ea65532f1462ddd688c4c591a23726c14e8b (diff)
downloadsdl-1917eeea5a4198d2cec9b0518f9fcacde4cfb242.tar.gz
Added initial support for MFi game controllers on iOS.
Diffstat (limited to 'test/testgamecontroller.c')
-rw-r--r--test/testgamecontroller.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/testgamecontroller.c b/test/testgamecontroller.c
index ff08d53d9..a825e0373 100644
--- a/test/testgamecontroller.c
+++ b/test/testgamecontroller.c
@@ -25,8 +25,8 @@
#ifndef SDL_JOYSTICK_DISABLED
#ifdef __IPHONEOS__
-#define SCREEN_WIDTH 320
-#define SCREEN_HEIGHT 480
+#define SCREEN_WIDTH 480
+#define SCREEN_HEIGHT 320
#else
#define SCREEN_WIDTH 512
#define SCREEN_HEIGHT 317