src/joystick/vita


Log

Author Commit Date CI Message
Cameron Gutman afccabb8 2021-11-11T12:12:05 joystick: Add capability flags for rumble and trigger rumble When API limitations force us to guess, we favor a false positive (reporting support when it doesn't exist) compared to a false negative.
Cameron Gutman 1ccfbf96 2021-11-11T11:13:08 joystick: Convert HasLED() into a generic GetCapabilities() function
Sam Lantinga d135c076 2021-07-08T13:22:41 Added SDL_GameControllerSendEffect() and SDL_JoystickSendEffect() to allow applications to send custom effects to the PS4 and PS5 controllers See testgamecontroller.c for an example of a custom PS5 trigger effect
Ivan Epifanov a4ddb175 2021-03-08T19:28:58 Formatting
Ivan Epifanov e5cbe7cf 2021-02-14T00:30:42 Add l2/r2 axes, l3/r3 buttons. rumble and ledbar support for ds4
Ivan Epifanov a05f92da 2020-12-23T17:26:34 Update joystick api to 2.0.14
Ivan Epifanov 7d89f09f 2020-12-18T14:28:09 ISO C90 fixes
Ivan Epifanov 73b545ed 2020-11-02T19:38:20 Fix joystick support
Ivan Epifanov 2d64e37e 2020-11-02T18:09:43 Initial rebase of xerpi's port