Ryujinx-SDL/src/joystick
Sam Lantinga aba2792896 Added a Windows Gaming Input joystick driver
This driver supports the Razer Atrox Arcade Stick

Some of the quirks of this driver, inherent in Windows Gaming Input:
* There will never appear to be controllers connected at startup. You must support hot-plugging in order to see these controllers.
* You can't read the state of the guide button
* You can't get controller events in the background
2020-04-18 21:41:37 -07:00
..
android Added SDL_log.h to SDL_internal.h so logging is available everywhere 2020-04-07 09:38:57 -07:00
bsd Moved rumble expiration to the main joystick handling level, and prevent sending the driver layer duplicate rumble requests. 2020-02-04 12:48:53 -08:00
darwin joystick: Remove force_centering flag; we handle this on disconnect now. 2020-04-07 23:17:27 -04:00
dummy Moved rumble expiration to the main joystick handling level, and prevent sending the driver layer duplicate rumble requests. 2020-02-04 12:48:53 -08:00
emscripten Added SDL_log.h to SDL_internal.h so logging is available everywhere 2020-04-07 09:38:57 -07:00
haiku haiku: Patched to compile. 2020-04-15 13:31:54 -04:00
hidapi Added support for the Razer Atrox Arcade Stick 2020-04-17 21:30:58 -07:00
iphoneos Unified code to standardize joystick names 2020-03-12 19:47:30 -07:00
linux Don't check the HIDAPI driver for the virtual device created by xow 2020-03-23 14:10:25 -07:00
psp Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
steam Updated copyright date for 2020 2020-01-16 20:49:25 -08:00
virtual virtual joysticks: move variable decls to top of function (for C90 compat; Bug 5038) 2020-03-16 17:19:18 -04:00
windows Added a Windows Gaming Input joystick driver 2020-04-18 21:41:37 -07:00
controller_type.h Added support for the Razer Wolverine Ultimate 2020-04-17 21:30:56 -07:00
SDL_gamecontroller.c Added a Windows Gaming Input joystick driver 2020-04-18 21:41:37 -07:00
SDL_gamecontrollerdb.h Added a Windows Gaming Input joystick driver 2020-04-18 21:41:37 -07:00
SDL_joystick_c.h Added a Windows Gaming Input joystick driver 2020-04-18 21:41:37 -07:00
SDL_joystick.c Added a Windows Gaming Input joystick driver 2020-04-18 21:41:37 -07:00
SDL_sysjoystick.h Added a Windows Gaming Input joystick driver 2020-04-18 21:41:37 -07:00
sort_controllers.py Added support for SDL hints in the game controller mapping database 2020-03-12 19:47:28 -07:00
usb_ids.h Added support for the Razer Atrox Arcade Stick 2020-04-17 21:30:58 -07:00