services: Update some function tables
This commit is contained in:
parent
4bc961d5fd
commit
744f4af3ab
25 changed files with 369 additions and 113 deletions
|
@ -11,6 +11,8 @@ namespace HID {
|
|||
|
||||
const Interface::FunctionInfo FunctionTable[] = {
|
||||
{0x000A0000, GetIPCHandles, "GetIPCHandles"},
|
||||
{0x000B0000, nullptr, "StartAnalogStickCalibration"},
|
||||
{0x000E0000, nullptr, "GetAnalogStickCalibrateParam"},
|
||||
{0x00110000, EnableAccelerometer, "EnableAccelerometer"},
|
||||
{0x00120000, DisableAccelerometer, "DisableAccelerometer"},
|
||||
{0x00130000, EnableGyroscopeLow, "EnableGyroscopeLow"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue