Commit eba069eaf052e90e4f50545c9acc3ef14727b9d7

Sam Lantinga 2020-11-24T06:53:48

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

diff --git a/configure b/configure
index e6ff5fe..86922cd 100755
--- a/configure
+++ b/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
diff --git a/configure.ac b/configure.ac
index 5432bd5..be72724 100644
--- a/configure.ac
+++ b/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