|
@@ -616,6 +616,11 @@ extern "C" {
|
|
|
*
|
|
|
* Once extended reports are enabled, they can not be disabled without
|
|
|
* power cycling the controller.
|
|
|
+ *
|
|
|
+ * For compatibility with applications written for versions of SDL prior
|
|
|
+ * to the introduction of PS5 controller support, this value will also
|
|
|
+ * control the state of extended reports on PS5 controllers when the
|
|
|
+ * SDL_HINT_JOYSTICK_HIDAPI_PS5_RUMBLE hint is not explicitly set.
|
|
|
*/
|
|
|
#define SDL_HINT_JOYSTICK_HIDAPI_PS4_RUMBLE "SDL_JOYSTICK_HIDAPI_PS4_RUMBLE"
|
|
|
|
|
@@ -642,6 +647,10 @@ extern "C" {
|
|
|
*
|
|
|
* Once extended reports are enabled, they can not be disabled without
|
|
|
* power cycling the controller.
|
|
|
+ *
|
|
|
+ * For compatibility with applications written for versions of SDL prior
|
|
|
+ * to the introduction of PS5 controller support, this value defaults to
|
|
|
+ * the value of SDL_HINT_JOYSTICK_HIDAPI_PS4_RUMBLE.
|
|
|
*/
|
|
|
#define SDL_HINT_JOYSTICK_HIDAPI_PS5_RUMBLE "SDL_JOYSTICK_HIDAPI_PS5_RUMBLE"
|
|
|
|