Ryujinx-SDL/src/joystick/android
Sam Lantinga c954b53830 Fixed bug 3935 - Not find joysticks if android run 24-48 days.
Alexander Orefkov

In src\joystick\android\SDL_sysjoystick.c in SDL_SYS_JoystickDetect when SDL_GetTicks return number grater 2147483648 (after 24.85 days uptime) SDL_TICKS_PASSED(SDL_GetTicks(), timeout) return FALSE and Android_JNI_PollInputDevices is never calling.
And in JoystickByDeviceId - when search for newly added joystic - after SDL_SYS_JoystickDetect item not reinitilized, and always stay NULL, cause return NULL instead of added joystick.
2017-11-02 08:48:14 -07:00
..
SDL_sysjoystick_c.h Added stubs for simple Steam Controller support 2017-09-22 08:30:52 -07:00
SDL_sysjoystick.c Fixed bug 3935 - Not find joysticks if android run 24-48 days. 2017-11-02 08:48:14 -07:00