Browse Source

Fixed the version availability of SDL_HINT_JOYSTICK_ENHANCED_REPORTS

Sam Lantinga 3 months ago
parent
commit
c077b7a918
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/SDL3/SDL_hints.h

+ 1 - 1
include/SDL3/SDL_hints.h

@@ -1285,7 +1285,7 @@ extern "C" {
  *
  * This hint can be enabled anytime.
  *
- * \since This hint is available since SDL 3.1.3.
+ * \since This hint is available since SDL 3.1.8.
  */
 #define SDL_HINT_JOYSTICK_ENHANCED_REPORTS "SDL_JOYSTICK_ENHANCED_REPORTS"