Fixed incorrect button mapping in --mimic-xpad
This commit is contained in:
parent
62ad44097a
commit
4ead8692f4
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ UInputOptions::mimic_xpad()
|
|||
|
||||
get_btn_map().bind(XBOX_BTN_START, ButtonEvent::create_key(DEVICEID_JOYSTICK, BTN_START));
|
||||
get_btn_map().bind(XBOX_BTN_GUIDE, ButtonEvent::create_key(DEVICEID_JOYSTICK, BTN_MODE));
|
||||
get_btn_map().bind(XBOX_BTN_BACK, ButtonEvent::create_key(DEVICEID_JOYSTICK, BTN_BACK));
|
||||
get_btn_map().bind(XBOX_BTN_BACK, ButtonEvent::create_key(DEVICEID_JOYSTICK, BTN_SELECT));
|
||||
|
||||
get_btn_map().bind(XBOX_BTN_A, ButtonEvent::create_key(DEVICEID_JOYSTICK, BTN_A));
|
||||
get_btn_map().bind(XBOX_BTN_B, ButtonEvent::create_key(DEVICEID_JOYSTICK, BTN_B));
|
||||
|
|
Loading…
Reference in a new issue