Mercurial > mplayer.hg
changeset 23330:4a38fdda5d72
buggy joystick initialization, works much better without this
author | ben |
---|---|
date | Sat, 19 May 2007 16:59:24 +0000 |
parents | 4d0dd033b167 |
children | a35d0ad65e72 |
files | input/joystick.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/input/joystick.c Sat May 19 15:28:01 2007 +0000 +++ b/input/joystick.c Sat May 19 16:59:24 2007 +0000 @@ -66,7 +66,6 @@ mp_msg(MSGT_INPUT,MSGL_WARN,MSGTR_INPUT_JOYSTICK_LoosingBytes,l); break; } - ev.type &= ~JS_EVENT_INIT; if(ev.type == JS_EVENT_BUTTON) btns |= (ev.value << ev.number); if(ev.type == JS_EVENT_AXIS)