SDL/src/joystick/hidapi
Cameron Gutman 3e114872e8 joystick: Fix redetection of HIDAPI joysticks after reinitializing
The HIDAPI joystick driver doesn't properly reset the change counter
it uses to track if re-enumeration is needed when the joystick
subsystem is quit and then reinitialized.

The first SDL_Init(SDL_INIT_JOYSTICK) will result in the expected
HIDAPI joysticks appearing, but subsequent calls will result in no
joysticks being enumerated until another HIDAPI joystick is added
or removed from the system.
2022-06-30 20:43:14 -07:00
..
steam Use the correct update rate for Steam Controller sensors 2021-10-02 09:13:29 -07:00
SDL_hidapi_gamecube.c Added support for the Nintendo Online controllers 2022-06-10 11:31:59 -07:00
SDL_hidapi_luna.c Added support for the Nintendo Online controllers 2022-06-10 11:31:59 -07:00
SDL_hidapi_ps4.c Added support for the Nintendo Online controllers 2022-06-10 11:31:59 -07:00
SDL_hidapi_ps5.c Enable improved rumble emulation on DualSense(tm) Wireless Controllers with firmware version 2.24 and newer 2022-06-17 07:55:53 -07:00
SDL_hidapi_rumble.c Use SDLCALL for callbacks in public APIs 2022-05-18 15:01:27 -07:00
SDL_hidapi_rumble.h Updated copyright for 2022 2022-01-03 09:40:21 -08:00
SDL_hidapi_stadia.c Added support for the Nintendo Online controllers 2022-06-10 11:31:59 -07:00
SDL_hidapi_steam.c Added support for the Nintendo Online controllers 2022-06-10 11:31:59 -07:00
SDL_hidapi_switch.c Added support for the Nintendo Online controllers 2022-06-10 11:31:59 -07:00
SDL_hidapi_xbox360.c Added support for the Nintendo Online controllers 2022-06-10 11:31:59 -07:00
SDL_hidapi_xbox360w.c Added support for the Nintendo Online controllers 2022-06-10 11:31:59 -07:00
SDL_hidapi_xboxone.c Windows GDK Support (#5830) 2022-06-27 10:19:39 -07:00
SDL_hidapijoystick_c.h Added support for the Nintendo Online controllers 2022-06-10 11:31:59 -07:00
SDL_hidapijoystick.c joystick: Fix redetection of HIDAPI joysticks after reinitializing 2022-06-30 20:43:14 -07:00