mirror of
https://github.com/ndeadly/MissionControl
synced 2024-11-23 04:43:10 +00:00
bluetooth-mitm: add hardware ID for ipega 9087 controller
This commit is contained in:
parent
2798d05564
commit
cc20c4b4d9
1 changed files with 2 additions and 1 deletions
|
@ -83,7 +83,8 @@ namespace ams::controller {
|
|||
|
||||
public:
|
||||
static constexpr const HardwareID hardware_ids[] = {
|
||||
{0x1949, 0x0402}
|
||||
{0x1949, 0x0402},
|
||||
{0x1949, 0x0403}
|
||||
};
|
||||
|
||||
IpegaController(const bluetooth::Address *address)
|
||||
|
|
Loading…
Reference in a new issue