summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-10-21 16:51:44 -0400
committerLioncash <mathew1800@gmail.com>2018-10-21 16:51:46 -0400
commit981faea4d660d09f0158c790f29e2af07bb14ecd (patch)
treedabc89eff4af9a8321e782b3b882864706c99cbb /src/core
parent5ea4cfd4995e3186024b650cc730a7da5e423dd1 (diff)
hid: Update service function table for hidbus
Updated based off information provided by Switchbrew.
Diffstat (limited to 'src/core')
-rw-r--r--src/core/hle/service/hid/hid.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/hid/hid.cpp b/src/core/hle/service/hid/hid.cpp
index beb89218a..a9aa9ec78 100644
--- a/src/core/hle/service/hid/hid.cpp
+++ b/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