mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
enable gamepad by default
This commit is contained in:
parent
aa19794a94
commit
c1dceda4ac
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ static_assert(
|
|||
const char* SDL2Manager::NAME = "SDL2";
|
||||
const char* SDL2Manager::SDL2_ID_STRING = "SDL2";
|
||||
|
||||
const bool DEFAULT_ENABLED = false;
|
||||
const bool DEFAULT_ENABLED = true;
|
||||
|
||||
SDL_JoystickID SDL2Manager::getInstanceId(SDL_GameController* controller) {
|
||||
SDL_Joystick* joystick = SDL_GameControllerGetJoystick(controller);
|
||||
|
|
Loading…
Reference in a new issue