From 25536735a85cbfd3eb9d33e7f553ac3d9a66370b Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 9 Jan 2015 01:10:51 +0100 Subject: [PATCH] Build in autoconfig now conditionally if only HAVE_BUILTIN_AUTOCONFIG is defined --- input/input_autodetect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input/input_autodetect.c b/input/input_autodetect.c index 4db8a1ccfd..90c393ea32 100644 --- a/input/input_autodetect.c +++ b/input/input_autodetect.c @@ -123,7 +123,7 @@ void input_config_autoconfigure_joypad(unsigned idx, /* false = load from both cfg files and internal */ bool internal_only = !*g_settings.input.autoconfig_dir; -#if defined(HAVE_BUILTIN_AUTOCONFIG) && (!defined(_WIN32) || defined(HAVE_WINXINPUT)) +#if defined(HAVE_BUILTIN_AUTOCONFIG) /* First internal */ for (i = 0; input_builtin_autoconfs[i]; i++) {