Skip to content

Commit

Permalink
It looks like the Objective C support needed to build MFI controller …
Browse files Browse the repository at this point in the history
…code is in 10.8
  • Loading branch information
slouken committed Nov 24, 2020
1 parent 23ad4f4 commit eba069e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -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
Expand Down

0 comments on commit eba069e

Please sign in to comment.