Added initial support for MFi game controllers on iOS.
This commit is contained in:
parent
c82ecd21c9
commit
0023cbb086
17 changed files with 840 additions and 193 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue