linux-dist: Fix bug where trigger values zeroes all the time
This commit is contained in:
parent
275cd3eb73
commit
14f77c92d9
|
@ -503,8 +503,6 @@ void UpdateInputState(u32 port)
|
||||||
static char key = 0;
|
static char key = 0;
|
||||||
|
|
||||||
kcode[port] = x11_dc_buttons;
|
kcode[port] = x11_dc_buttons;
|
||||||
rt[port] = 0;
|
|
||||||
lt[port] = 0;
|
|
||||||
|
|
||||||
#if defined(TARGET_EMSCRIPTEN)
|
#if defined(TARGET_EMSCRIPTEN)
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in New Issue