mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-28 03:26:15 +08:00
Temporarily disable GameSir driver
There are some issues that need response from GameSir before this can be enabled by default.
This commit is contained in:
@@ -110,7 +110,9 @@ static void HIDAPI_DriverGameSir_UnregisterHints(SDL_HintCallback callback, void
|
|||||||
|
|
||||||
static bool HIDAPI_DriverGameSir_IsEnabled(void)
|
static bool HIDAPI_DriverGameSir_IsEnabled(void)
|
||||||
{
|
{
|
||||||
return SDL_GetHintBoolean(SDL_HINT_JOYSTICK_HIDAPI_GAMESIR, SDL_GetHintBoolean(SDL_HINT_JOYSTICK_HIDAPI, SDL_HIDAPI_DEFAULT));
|
// Temporarily disabled by default until response from GameSir
|
||||||
|
//return SDL_GetHintBoolean(SDL_HINT_JOYSTICK_HIDAPI_GAMESIR, SDL_GetHintBoolean(SDL_HINT_JOYSTICK_HIDAPI, SDL_HIDAPI_DEFAULT));
|
||||||
|
return SDL_GetHintBoolean(SDL_HINT_JOYSTICK_HIDAPI_GAMESIR, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user