mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-02-08 12:57:14 +00:00
Added initial support for MFi game controllers on iOS.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user