1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-25 04:38:01 +00:00

options: disable joystick by default

This commit is contained in:
wm4 2013-12-23 11:35:37 +01:00
parent 6565ec8b41
commit 9fb0441b16
2 changed files with 1 additions and 2 deletions

View File

@ -1222,7 +1222,7 @@ OPTIONS
like any other binding). See `INPUT.CONF`_.
``--joystick``, ``--no-joystick``
Enable/disable joystick support. Enabled by default.
Enable/disable joystick support. Disabled by default.
``--no-keepaspect``, ``--keepaspect``
``--no-keepaspect`` will always stretch the video to window size, and will

View File

@ -756,7 +756,6 @@ const struct MPOpts mp_default_opts = {
.doubleclick_time = 300,
.ar_delay = 200,
.ar_rate = 40,
.use_joystick = 1,
.use_lirc = 1,
.use_alt_gr = 1,
#if HAVE_COCOA