From b3d4fe398be5a137b80ba69ca7a7f0928e2bb07e Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 4 Oct 2016 08:21:04 +0200 Subject: [PATCH] autoconfig should be fixed now for XInput - wrong binds --- input/input_autodetect_builtin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input/input_autodetect_builtin.c b/input/input_autodetect_builtin.c index b0ad999c0a..b43ddd8446 100644 --- a/input/input_autodetect_builtin.c +++ b/input/input_autodetect_builtin.c @@ -203,7 +203,7 @@ DECL_AXIS(r_x_minus, -2) \ DECL_AXIS(r_y_plus, -3) \ DECL_AXIS(r_y_minus, +3) -#ifdef _XBOX +#ifndef _XBOX #define XINPUT_DEFAULT_BINDS \ DECL_BTN(a, 1) \ DECL_BTN(b, 0) \