mirror of
https://github.com/ndeadly/MissionControl
synced 2025-02-17 05:38:27 +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));
|
} __attribute__((packed));
|
||||||
|
|
||||||
struct IpegaInputReport0x02 {
|
struct IpegaInputReport0x02 {
|
||||||
uint8_t : 6;
|
uint8_t : 7;
|
||||||
uint8_t home : 1;
|
uint8_t home : 1;
|
||||||
uint8_t : 0;
|
|
||||||
} __attribute__((packed));
|
} __attribute__((packed));
|
||||||
|
|
||||||
struct IpegaInputReport0x07 {
|
struct IpegaInputReport0x07 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue