mirror of
https://github.com/ndeadly/MissionControl
synced 2024-11-22 04:13:07 +00:00
mc.mitm: fix swapped left and right analog trigger values for 8bitdo sn30 pro xbox cloud gaming edition controller
This commit is contained in:
parent
91eb7b2124
commit
958616c953
1 changed files with 1 additions and 1 deletions
|
@ -111,8 +111,8 @@ namespace ams::controller {
|
|||
u8 dpad;
|
||||
EightBitDoStickData16 left_stick;
|
||||
EightBitDoStickData16 right_stick;
|
||||
u8 left_trigger;
|
||||
u8 right_trigger;
|
||||
u8 left_trigger;
|
||||
u8 _unk0;
|
||||
} PACKED;
|
||||
|
||||
|
|
Loading…
Reference in a new issue