mc.mitm: fix swapped left and right analog trigger values for 8bitdo sn30 pro xbox cloud gaming edition controller

This commit is contained in:
ndeadly 2023-11-02 09:17:01 +01:00
parent 91eb7b2124
commit 958616c953

View file

@ -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;