Renamed SDL_HINT_LINUX_JOYSTICK_CLASSIC to SDL_HINT_JOYSTICK_LINUX_CLASSIC

This commit is contained in:
Sam Lantinga
2024-02-11 17:56:44 -08:00
parent 1f7936d545
commit 980c379a0b
5 changed files with 9 additions and 2 deletions

View File

@@ -991,7 +991,7 @@ static int LINUX_JoystickInit(void)
{
const char *devices = SDL_GetHint(SDL_HINT_JOYSTICK_DEVICE);
SDL_classic_joysticks = SDL_GetHintBoolean(SDL_HINT_LINUX_JOYSTICK_CLASSIC, SDL_FALSE);
SDL_classic_joysticks = SDL_GetHintBoolean(SDL_HINT_JOYSTICK_LINUX_CLASSIC, SDL_FALSE);
enumeration_method = ENUMERATION_UNSET;