default for "null joystick" in menuconfig is "no"
This commit is contained in:
parent
2113b8f2b7
commit
7956988060
|
@ -194,7 +194,7 @@ if [ "$JOYSTICK_SUPPORT" = "y" ]; then
|
|||
###############################################################################
|
||||
|
||||
###################### null joystick menu ####################################
|
||||
dep_bool "null joystick support" NULL_JOYSTICK_SUPPORT y
|
||||
dep_bool "null joystick support" NULL_JOYSTICK_SUPPORT n
|
||||
###############################################################################
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue