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:
parent
6565ec8b41
commit
9fb0441b16
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user