bluetooth-mitm: add hardware ID for ipega 9087 controller

This commit is contained in:
ndeadly 2020-09-22 17:16:11 +02:00
parent 2798d05564
commit cc20c4b4d9

View file

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