mirror of
https://github.com/ndeadly/MissionControl
synced 2024-11-22 20:33:07 +00:00
btdrv-mitm: fix location of home button for ipega controller
This commit is contained in:
parent
b27fe5e07a
commit
e1a7714bba
1 changed files with 1 additions and 2 deletions
|
@ -59,9 +59,8 @@ namespace ams::controller {
|
|||
} __attribute__((packed));
|
||||
|
||||
struct IpegaInputReport0x02 {
|
||||
uint8_t : 6;
|
||||
uint8_t : 7;
|
||||
uint8_t home : 1;
|
||||
uint8_t : 0;
|
||||
} __attribute__((packed));
|
||||
|
||||
struct IpegaInputReport0x07 {
|
||||
|
|
Loading…
Reference in a new issue