# HG changeset patch # User Ozkan Sezer # Date 1606216230 -10800 # Node ID a0252c6ab7f647ab15d90f3f19d01592b024f182 # Parent 03ed6ca81a74467456d9d9a09b58e6d6e0a5579f SDL_config_macosx.h: bump SDL_JOYSTICK_MFI requirement from 10.8 to 10.9 as per comments at https://bugzilla.libsdl.org/show_bug.cgi?id=5355#c11 diff --git a/include/SDL_config_macosx.h b/include/SDL_config_macosx.h --- a/include/SDL_config_macosx.h +++ b/include/SDL_config_macosx.h @@ -147,7 +147,7 @@ #define SDL_HAPTIC_IOKIT 1 /* The MFI controller support requires ARC Objective C runtime */ -#if MAC_OS_X_VERSION_MIN_REQUIRED >= 1080 && !defined(__i386__) +#if MAC_OS_X_VERSION_MIN_REQUIRED >= 1090 && !defined(__i386__) #define SDL_JOYSTICK_MFI 1 #endif