We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffe194c commit 0eaa619Copy full SHA for 0eaa619
src/joystick/apple/SDL_mfijoystick.m
@@ -727,16 +727,11 @@ static bool IOS_JoystickInit(void)
727
}
728
729
#ifdef SDL_PLATFORM_MACOS
730
-#if SDL_HAS_BUILTIN(__builtin_available)
731
if (@available(macOS 10.16, *)) {
732
// Continue with initialization on macOS 11+
733
} else {
734
return true;
735
736
-#else
737
- // No @available, must be an older macOS version
738
- return true;
739
-#endif
740
#endif
741
742
@autoreleasepool {
0 commit comments