Эх сурвалжийг харах

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

Updated based off the information on Switch Brew.
Lioncash 8 жил өмнө
parent
commit
890e543304

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