pc/controller/sdl: more brutal deadzone
This commit is contained in:
parent
4d7493201a
commit
3ccfc35a48
|
@ -9,7 +9,7 @@
|
|||
|
||||
#include "controller_api.h"
|
||||
|
||||
#define DEADZONE 4960
|
||||
#define DEADZONE 8192
|
||||
|
||||
static bool init_ok;
|
||||
static SDL_GameController *sdl_cntrl;
|
||||
|
|
Loading…
Reference in New Issue