From d3d2aee7f48d026c91c2740a4ce5af0a262da631 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Wed, 9 Dec 2020 10:39:36 -0800 Subject: [PATCH] Fixed the name of the PS5 hint --- WhatsNew.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WhatsNew.txt b/WhatsNew.txt index f498145fc..04c875882 100644 --- a/WhatsNew.txt +++ b/WhatsNew.txt @@ -21,7 +21,7 @@ General: * SDL_GameControllerRumbleTriggers() * SDL_GameControllerHasLED() * SDL_GameControllerSetLED() -* Added the hint SDL_JOYSTICK_HIDAPI_PS5 to control whether the HIDAPI driver for PS5 controllers should be used. +* Added the hint SDL_HINT_JOYSTICK_HIDAPI_PS5 to control whether the HIDAPI driver for PS5 controllers should be used. * Added joystick functions to get additional information: * SDL_JoystickGetSerial() * SDL_JoystickRumbleTriggers()