Sfoglia il codice sorgente

hid: Update service function table for hidbus

Updated based off information provided by Switchbrew.
Lioncash 7 anni fa
parent
commit
981faea4d6
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/core/hle/service/hid/hid.cpp

+ 1 - 0
src/core/hle/service/hid/hid.cpp

@@ -827,6 +827,7 @@ public:
             {11, nullptr, "EnableJoyPollingReceiveMode"},
             {12, nullptr, "DisableJoyPollingReceiveMode"},
             {13, nullptr, "GetPollingData"},
+            {14, nullptr, "SetStatusManagerType"},
         };
         // clang-format on