Pārlūkot izejas kodu

It looks like the Objective C support needed to build MFI controller code is in 10.8

Sam Lantinga 4 gadi atpakaļ
vecāks
revīzija
eba069eaf0
2 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 1 1
      configure
  2. 1 1
      configure.ac

+ 1 - 1
configure

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

+ 1 - 1
configure.ac

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