Added initial support for MFi game controllers on iOS.

This commit is contained in:
Alex Szpakowski
2015-09-20 23:08:36 -03:00
parent 4785ff74f2
commit 4a556c4c01
17 changed files with 840 additions and 193 deletions

View File

@@ -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