Browse Source

default for "null joystick" in menuconfig is "no"

feature/2015
Christian Kroll 11 years ago
parent
commit
7956988060
  1. 2
      src/joystick/config.in

2
src/joystick/config.in

@ -194,7 +194,7 @@ if [ "$JOYSTICK_SUPPORT" = "y" ]; then
############################################################################### ###############################################################################
###################### null joystick menu #################################### ###################### null joystick menu ####################################
dep_bool "null joystick support" NULL_JOYSTICK_SUPPORT y dep_bool "null joystick support" NULL_JOYSTICK_SUPPORT n
############################################################################### ###############################################################################

Loading…
Cancel
Save