services/hid: Add ActivateNpadWithRevision() to the hid function info array

Updated based off the information on Switch Brew.
master
Lioncash 2018-08-07 03:23:17 +07:00
parent 826b1394e8
commit 890e543304
1 changed files with 1 additions and 0 deletions

@ -337,6 +337,7 @@ public:
"AcquireNpadStyleSetUpdateEventHandle"},
{107, nullptr, "DisconnectNpad"},
{108, &Hid::GetPlayerLedPattern, "GetPlayerLedPattern"},
{109, nullptr, "ActivateNpadWithRevision"},
{120, &Hid::SetNpadJoyHoldType, "SetNpadJoyHoldType"},
{121, &Hid::GetNpadJoyHoldType, "GetNpadJoyHoldType"},
{122, &Hid::SetNpadJoyAssignmentModeSingleByDefault,