mirror of
https://github.com/ndeadly/MissionControl
synced 2024-11-22 20:33:07 +00:00
btdrv-mitm: correct button layout for xiaomi controller
This commit is contained in:
parent
0d8953974c
commit
bf7ca323a0
1 changed files with 2 additions and 2 deletions
|
@ -37,11 +37,11 @@ namespace ams::controller {
|
|||
} __attribute__((packed));
|
||||
|
||||
struct XiaomiButtonData {
|
||||
uint8_t B : 1;
|
||||
uint8_t A : 1;
|
||||
uint8_t B : 1;
|
||||
uint8_t : 1;
|
||||
uint8_t Y : 1;
|
||||
uint8_t X : 1;
|
||||
uint8_t Y : 1;
|
||||
uint8_t : 1;
|
||||
uint8_t L1 : 1;
|
||||
uint8_t R1 : 1;
|
||||
|
|
Loading…
Reference in a new issue