From c077b7a918a0eb16c40ac5a81846cd93c7106eba Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Thu, 2 Jan 2025 17:28:45 -0800 Subject: [PATCH] Fixed the version availability of SDL_HINT_JOYSTICK_ENHANCED_REPORTS --- include/SDL3/SDL_hints.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL3/SDL_hints.h b/include/SDL3/SDL_hints.h index edf3b5a6c9..6b8b306324 100644 --- a/include/SDL3/SDL_hints.h +++ b/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"