mirror of
https://github.com/ndeadly/MissionControl
synced 2025-02-16 21:28:25 +00:00
bluetooth-mitm: add hardware ID for SNES Online Controller
This commit is contained in:
parent
fa9f8619ce
commit
acdc8afbb1
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue