bluetooth-mitm: add hardware ID for SNES Online Controller

This commit is contained in:
ndeadly 2020-09-17 12:11:50 +02:00
parent fa9f8619ce
commit acdc8afbb1

View file

@ -161,7 +161,8 @@ namespace ams::controller {
static constexpr const HardwareID hardware_ids[] = {
{0x057e, 0x2006}, // Official Joycon(L) Controller
{0x057e, 0x2007}, // Official Joycon(R) Controller
{0x057e, 0x2009} // Official Switch Pro Controller
{0x057e, 0x2009}, // Official Switch Pro Controller
{0x057e, 0x2017} // Official SNES Online Controller
};
SwitchController(const bluetooth::Address *address)