pc/controller/sdl: more brutal deadzone

This commit is contained in:
Cadey Ratio 2020-05-07 20:48:28 -04:00
parent 4d7493201a
commit 3ccfc35a48
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
#include "controller_api.h"
#define DEADZONE 4960
#define DEADZONE 8192
static bool init_ok;
static SDL_GameController *sdl_cntrl;