Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Moved rumble expiration to the main joystick handling level, and prev…
…ent sending the driver layer duplicate rumble requests.
- Loading branch information
Showing
with
94 additions
and 237 deletions.
- +34 −1 src/joystick/SDL_joystick.c
- +8 −1 src/joystick/SDL_sysjoystick.h
- +1 −1 src/joystick/android/SDL_sysjoystick.c
- +1 −1 src/joystick/bsd/SDL_sysjoystick.c
- +6 −7 src/joystick/darwin/SDL_sysjoystick.c
- +1 −1 src/joystick/dummy/SDL_sysjoystick.c
- +1 −1 src/joystick/emscripten/SDL_sysjoystick.c
- +1 −1 src/joystick/haiku/SDL_haikujoystick.cc
- +4 −30 src/joystick/hidapi/SDL_hidapi_gamecube.c
- +3 −28 src/joystick/hidapi/SDL_hidapi_ps4.c
- +1 −1 src/joystick/hidapi/SDL_hidapi_steam.c
- +1 −22 src/joystick/hidapi/SDL_hidapi_switch.c
- +5 −23 src/joystick/hidapi/SDL_hidapi_xbox360.c
- +1 −27 src/joystick/hidapi/SDL_hidapi_xbox360w.c
- +1 −26 src/joystick/hidapi/SDL_hidapi_xboxone.c
- +2 −2 src/joystick/hidapi/SDL_hidapijoystick.c
- +5 −4 src/joystick/hidapi/SDL_hidapijoystick_c.h
- +1 −1 src/joystick/iphoneos/SDL_sysjoystick.m
- +3 −30 src/joystick/linux/SDL_sysjoystick.c
- +7 −8 src/joystick/windows/SDL_dinputjoystick.c
- +1 −1 src/joystick/windows/SDL_dinputjoystick_c.h
- +3 −3 src/joystick/windows/SDL_windowsjoystick.c
- +0 −1 src/joystick/windows/SDL_windowsjoystick_c.h
- +2 −15 src/joystick/windows/SDL_xinputjoystick.c
- +1 −1 src/joystick/windows/SDL_xinputjoystick_c.h
Oops, something went wrong.