From 7956988060a528d27a3508e1e45b932729f4b7c2 Mon Sep 17 00:00:00 2001 From: Christian Kroll Date: Mon, 19 May 2014 10:31:30 +0200 Subject: [PATCH] default for "null joystick" in menuconfig is "no" --- src/joystick/config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/joystick/config.in b/src/joystick/config.in index b68b099..5619ef2 100644 --- a/src/joystick/config.in +++ b/src/joystick/config.in @@ -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 ###############################################################################