mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-03 12:10:00 +00:00
hid: Update service function table for hidbus
Updated based off information provided by Switchbrew.
This commit is contained in:
parent
5ea4cfd499
commit
981faea4d6
1 changed files with 1 additions and 0 deletions
|
@ -827,6 +827,7 @@ public:
|
||||||
{11, nullptr, "EnableJoyPollingReceiveMode"},
|
{11, nullptr, "EnableJoyPollingReceiveMode"},
|
||||||
{12, nullptr, "DisableJoyPollingReceiveMode"},
|
{12, nullptr, "DisableJoyPollingReceiveMode"},
|
||||||
{13, nullptr, "GetPollingData"},
|
{13, nullptr, "GetPollingData"},
|
||||||
|
{14, nullptr, "SetStatusManagerType"},
|
||||||
};
|
};
|
||||||
// clang-format on
|
// clang-format on
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue