mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-14 18:57:07 -07:00
Fix Box and Pyramid Buttons being swapped (Fix #5)
This commit is contained in:
parent
50161fc552
commit
2e752eaef2
1 changed files with 2 additions and 2 deletions
|
@ -64,10 +64,10 @@ CHIAKI_EXPORT ChiakiErrorCode chiaki_feedback_history_event_set_button(ChiakiFee
|
|||
event->buf[1] = 0x89;
|
||||
break;
|
||||
case CHIAKI_CONTROLLER_BUTTON_BOX:
|
||||
event->buf[1] = 0x8b;
|
||||
event->buf[1] = 0x8a;
|
||||
break;
|
||||
case CHIAKI_CONTROLLER_BUTTON_PYRAMID:
|
||||
event->buf[1] = 0x8a;
|
||||
event->buf[1] = 0x8b;
|
||||
break;
|
||||
case CHIAKI_CONTROLLER_BUTTON_DPAD_LEFT:
|
||||
event->buf[1] = 0x82;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue