From 49ca8bf52092c5c47527fc6de608922b2f69a2dc Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Mon, 16 May 2022 03:03:04 +0000 Subject: [PATCH] Sync wiki -> header --- include/SDL_joystick.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL_joystick.h b/include/SDL_joystick.h index 5231d023a..82dbbaa75 100644 --- a/include/SDL_joystick.h +++ b/include/SDL_joystick.h @@ -382,7 +382,7 @@ typedef struct SDL_VirtualJoystickDesc * * \returns the joystick's device index, or -1 if an error occurred. * - * \since This function is available since SDL 2.24.0. + * \since This function is available since SDL 2.0.24. */ extern DECLSPEC int SDLCALL SDL_JoystickAttachVirtualEx(const SDL_VirtualJoystickDesc *desc);