| .. |
|
android
|
Android: indicate gamepaddb entries where axis order changed.
|
2023-03-11 13:01:50 -08:00 |
|
bsd
|
Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!)
|
2023-03-09 15:23:59 -08:00 |
|
darwin
|
Added SDL_HINT_JOYSTICK_IOKIT and SDL_HINT_JOYSTICK_MFI to control whether the IOKit and GCController drivers should be used for joystick support.
|
2023-11-14 10:35:14 -08:00 |
|
dummy
|
Updated copyright for 2023
|
2023-01-09 09:48:21 -08:00 |
|
emscripten
|
Fixed connecting and disconnecting real-joysticks closing virtual joysticks in Emscripten (thanks David!)
|
2023-11-06 17:13:30 -08:00 |
|
haiku
|
Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!)
|
2023-03-09 15:23:59 -08:00 |
|
hidapi
|
Added support for the HP HyperX Clutch Gladiate controller
|
2023-10-25 09:02:04 -07:00 |
|
iphoneos
|
Fixed IOS_SupportedHIDDevice() returning SDL_FALSE before initialization
|
2023-11-14 10:58:45 -08:00 |
|
linux
|
Check for NULL before dereferencing newly allocated memory
|
2023-09-24 17:19:03 -07:00 |
|
n3ds
|
Updated copyright for 2023
|
2023-01-09 09:48:21 -08:00 |
|
os2
|
adjusted coding style in SDL_os2_joystick.c to match rest of SDL better
|
2023-08-02 20:40:24 +03:00 |
|
ps2
|
Updated copyright for 2023
|
2023-01-09 09:48:21 -08:00 |
|
psp
|
Updated copyright for 2023
|
2023-01-09 09:48:21 -08:00 |
|
steam
|
Updated copyright for 2023
|
2023-01-09 09:48:21 -08:00 |
|
virtual
|
Updated copyright for 2023
|
2023-01-09 09:48:21 -08:00 |
|
vita
|
Updated copyright for 2023
|
2023-01-09 09:48:21 -08:00 |
|
windows
|
Revert "Check to make sure the Windows joystick device has buttons and axes"
|
2023-11-13 21:37:50 -08:00 |
|
SDL_gamecontroller.c
|
Add missing break
|
2023-07-29 17:33:20 +03:00 |
|
SDL_gamecontrollerdb.h
|
Added a mapping for the Atari VCS controller connected over Bluetooth (thanks @WizzardSK!)
|
2023-11-07 18:09:14 -08:00 |
|
SDL_joystick.c
|
Fixed the ROG PUGIO II showing up as a game controller
|
2023-11-13 21:37:50 -08:00 |
|
SDL_joystick_c.h
|
Fixed joystick vendor detection in Linux automatic gamepad mapping
|
2023-06-13 10:11:55 -07:00 |
|
SDL_sysjoystick.h
|
Updated copyright for 2023
|
2023-01-09 09:48:21 -08:00 |
|
check_8bitdo.sh
|
Avoid use of deprecated egrep/fgrep
|
2022-11-24 02:59:41 -08:00 |
|
controller_list.h
|
Added support for the HP HyperX Clutch Gladiate controller
|
2023-10-25 09:02:04 -07:00 |
|
controller_type.c
|
Undo name change for the controller list
|
2023-05-19 14:27:06 -07:00 |
|
controller_type.h
|
Separate the controller protocol from the controller style
|
2022-06-15 20:46:01 -07:00 |
|
sort_controllers.py
|
The Flydigi Vader and Apex series controllers all have the same VID, PID, and name
|
2023-08-02 14:39:09 -07:00 |
|
usb_ids.h
|
Actually we need to enumerate the 8BitDo Xbox SKUs
|
2023-11-08 00:43:57 -08:00 |