btdrv-mitm: fix location of home button for ipega controller

This commit is contained in:
ndeadly 2020-09-07 00:52:58 +02:00
parent b27fe5e07a
commit e1a7714bba

View file

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