mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-11-07 14:04:55 +00:00
Since the haptic subsystem is usually initialized after the joystick subsystem, the initial calls to HapticMaybeAddDevice() from inside SDL_JoystickInit() will arrive too early to be handled by the haptic subsystem. We need to add those haptic devices for those already present joysticks ourselves. |
||
|---|---|---|
| .. | ||
| SDL_dinputhaptic.c | ||
| SDL_dinputhaptic_c.h | ||
| SDL_windowshaptic.c | ||
| SDL_windowshaptic_c.h | ||
| SDL_xinputhaptic.c | ||
| SDL_xinputhaptic_c.h | ||