mirror of
https://github.com/encounter/SDL.git
synced 2025-12-08 13:15:10 +00:00
It looks like the Objective C support needed to build MFI controller code is in 10.8
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -23170,7 +23170,7 @@ $as_echo_n "checking for GameController framework... " >&6; }
|
||||
#include <TargetConditionals.h>
|
||||
#import <GameController/GameController.h>
|
||||
|
||||
#if MAC_OS_X_VERSION_MIN_REQUIRED < 1090
|
||||
#if MAC_OS_X_VERSION_MIN_REQUIRED < 1080
|
||||
#error GameController framework doesn't work on this configuration
|
||||
#endif
|
||||
#if TARGET_CPU_X86
|
||||
|
||||
@@ -2809,7 +2809,7 @@ AS_HELP_STRING([--enable-joystick-mfi], [include macOS MFI joystick support [[de
|
||||
#include <TargetConditionals.h>
|
||||
#import <GameController/GameController.h>
|
||||
|
||||
#if MAC_OS_X_VERSION_MIN_REQUIRED < 1090
|
||||
#if MAC_OS_X_VERSION_MIN_REQUIRED < 1080
|
||||
#error GameController framework doesn't work on this configuration
|
||||
#endif
|
||||
#if TARGET_CPU_X86
|
||||
|
||||
Reference in New Issue
Block a user