SDL/src/joystick
Sam Lantinga 3b0cd44158 Fixed compiler warning
```
 ./src/joystick/SDL_joystick.c:105:12: warning: no previous extern declaration for non-static variable 'SDL_joystick_lock' [-Wmissing-variable-declarations]
SDL_mutex *SDL_joystick_lock = NULL; /* This needs to support recursive locks */
           ^
./src/joystick/SDL_joystick.c:105:1: note: declare 'static' if the variable is not intended to be used outside of this translation unit
SDL_mutex *SDL_joystick_lock = NULL; /* This needs to support recursive locks */
^
```
1 warning generated.
2022-12-17 06:51:02 -08:00
..
android Update for SDL3 coding style (#6717) 2022-11-30 12:57:41 -08:00
bsd Update for SDL3 coding style (#6717) 2022-11-30 12:57:41 -08:00
darwin Clang-Tidy fixes (#6725) 2022-12-01 13:08:50 -08:00
dummy Update for SDL3 coding style (#6717) 2022-11-30 12:57:41 -08:00
emscripten Update for SDL3 coding style (#6717) 2022-11-30 12:57:41 -08:00
haiku Cleanup add brace (#6545) 2022-11-28 12:33:03 -08:00
hidapi Fixed compiler warning 2022-12-17 06:51:02 -08:00
iphoneos Clang-Tidy fixes (#6725) 2022-12-01 13:08:50 -08:00
linux Added support for clang thread-safety analysis 2022-12-14 09:29:19 -08:00
n3ds Update for SDL3 coding style (#6717) 2022-11-30 12:57:41 -08:00
os2 Refactor joystick GUID creation 2022-08-22 19:44:14 -07:00
ps2 Update for SDL3 coding style (#6717) 2022-11-30 12:57:41 -08:00
psp Update for SDL3 coding style (#6717) 2022-11-30 12:57:41 -08:00
steam Update for SDL3 coding style (#6717) 2022-11-30 12:57:41 -08:00
virtual Added support for clang thread-safety analysis 2022-12-14 09:29:19 -08:00
vita Update for SDL3 coding style (#6717) 2022-11-30 12:57:41 -08:00
windows Fixed centering the D-pad on some joysticks 2022-12-05 13:36:51 -08:00
check_8bitdo.sh Avoid use of deprecated egrep/fgrep 2022-11-24 02:59:41 -08:00
controller_type.c Sorted PS4 controllers, note that the NACON Wireless Controller for PS4 actually reports as an XInput device 2022-12-15 18:00:51 -08:00
controller_type.h Separate the controller protocol from the controller style 2022-06-15 20:46:01 -07:00
SDL_gamecontroller.c Fixed crash in SDL_PrivateGameControllerRefreshMapping() 2022-12-14 14:24:58 -08:00
SDL_gamecontrollerdb.h Update for SDL3 coding style (#6717) 2022-11-30 12:57:41 -08:00
SDL_joystick.c Fixed compiler warning 2022-12-17 06:51:02 -08:00
SDL_joystick_c.h Added support for clang thread-safety analysis 2022-12-14 09:29:19 -08:00
SDL_sysjoystick.h Added support for clang thread-safety analysis 2022-12-14 09:29:19 -08:00
sort_controllers.py Need to swap endianness when extracting the CRC from game controller mappings 2022-10-05 16:18:42 -07:00
usb_ids.h Added support for the STRIKEPAD PS4 Grip Add-on to the HIDAPI driver 2022-12-12 10:56:08 -08:00