Browse Source

Merge pull request #954 from lioncash/hid

services/hid: Add ActivateNpadWithRevision() to the hid function info array
nce_cpp
bunnei 7 years ago
committed by GitHub
parent
commit
a777f14e18
  1. 1
      src/core/hle/service/hid/hid.cpp

1
src/core/hle/service/hid/hid.cpp

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

Loading…
Cancel
Save