mirror of https://github.com/libsdl-org/SDL.git
Fixed IOS_SupportedHIDDevice() returning SDL_FALSE before initialization
(cherry picked from commit34392db9c3) (cherry picked from commitcc7c0a2dab)
This commit is contained in:
parent
c2ebe1024b
commit
05eb08053d
|
|
@ -1684,7 +1684,7 @@ static SDL_bool IOS_JoystickGetGamepadMapping(int device_index, SDL_GamepadMappi
|
|||
#if defined(SDL_JOYSTICK_MFI) && defined(__MACOSX__)
|
||||
SDL_bool IOS_SupportedHIDDevice(IOHIDDeviceRef device)
|
||||
{
|
||||
if (!connectObserver) {
|
||||
if (!SDL_GetHintBoolean(SDL_HINT_JOYSTICK_MFI, SDL_TRUE)) {
|
||||
return SDL_FALSE;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue