mirror of https://github.com/encounter/SDL.git
Fixed accidental call to SDL_PrivateJoystickHat()
This commit is contained in:
parent
f050576665
commit
925859aaa6
|
@ -513,7 +513,6 @@ SDL_SYS_MFIJoystickUpdate(SDL_Joystick * joystick)
|
||||||
};
|
};
|
||||||
|
|
||||||
hatstate = SDL_SYS_MFIJoystickHatStateForDPad(gamepad.dpad);
|
hatstate = SDL_SYS_MFIJoystickHatStateForDPad(gamepad.dpad);
|
||||||
SDL_PrivateJoystickHat(joystick, 0, hatstate);
|
|
||||||
|
|
||||||
for (i = 0; i < SDL_arraysize(buttons); i++) {
|
for (i = 0; i < SDL_arraysize(buttons); i++) {
|
||||||
updateplayerindex |= (joystick->buttons[i] != buttons[i]);
|
updateplayerindex |= (joystick->buttons[i] != buttons[i]);
|
||||||
|
|
Loading…
Reference in New Issue