Commit d3d2aee7f48d026c91c2740a4ce5af0a262da631

Sam Lantinga 2020-12-09T10:39:36

Fixed the name of the PS5 hint

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/WhatsNew.txt b/WhatsNew.txt
index f498145..04c8758 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()