mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
autoconfig should be fixed now for XInput - wrong binds
This commit is contained in:
parent
8b889084f6
commit
b3d4fe398b
1 changed files with 1 additions and 1 deletions
|
@ -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) \
|
||||
|
|
Loading…
Add table
Reference in a new issue