瀏覽代碼

Merge pull request #954 from lioncash/hid

services/hid: Add ActivateNpadWithRevision() to the hid function info array
bunnei 8 年之前
父節點
當前提交
6576bc8927
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/core/hle/service/hid/hid.cpp

+ 1 - 0
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,