mirror of
https://github.com/encounter/SDL.git
synced 2025-06-29 01:43:45 +00:00
Steam Controller support defaults off, as documented in SDL_hints.h
This commit is contained in:
parent
6af17369ca
commit
5129a07707
@ -1014,9 +1014,7 @@ HIDAPI_DriverSteam_UnregisterHints(SDL_HintCallback callback, void *userdata)
|
||||
static SDL_bool
|
||||
HIDAPI_DriverSteam_IsEnabled(void)
|
||||
{
|
||||
return SDL_GetHintBoolean(SDL_HINT_JOYSTICK_HIDAPI_STEAM,
|
||||
SDL_GetHintBoolean(SDL_HINT_JOYSTICK_HIDAPI,
|
||||
SDL_HIDAPI_DEFAULT));
|
||||
return SDL_GetHintBoolean(SDL_HINT_JOYSTICK_HIDAPI_STEAM, SDL_FALSE);
|
||||
}
|
||||
|
||||
static SDL_bool
|
||||
|
Loading…
x
Reference in New Issue
Block a user