0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

Fix a typo error with JOY_BTN2 and JOY_BTN3

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5196 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
albeu 2002-03-19 13:27:44 +00:00
parent 69020dcfb1
commit 65a1fea315

View File

@ -75,5 +75,5 @@ JOY_UP seek 60
JOY_DOWN seek -60
JOY_BTN0 pause
JOY_BTN1 osd
JOY_BTN2 volume 1"},
JOY_BTN3 volume -1"},
JOY_BTN2 volume 1
JOY_BTN3 volume -1