diff options
author | Lioncash <mathew1800@gmail.com> | 2015-12-30 15:30:57 +0100 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2015-12-30 17:29:21 +0100 |
commit | 744f4af3ab797d8c4c456467c50661a04dd4931d (patch) | |
tree | a1f16d8b31b4f40eaa321ff131f5871a31b955a1 /src/core/hle/service/hid | |
parent | Merge pull request #1306 from Subv/sync (diff) | |
download | yuzu-744f4af3ab797d8c4c456467c50661a04dd4931d.tar yuzu-744f4af3ab797d8c4c456467c50661a04dd4931d.tar.gz yuzu-744f4af3ab797d8c4c456467c50661a04dd4931d.tar.bz2 yuzu-744f4af3ab797d8c4c456467c50661a04dd4931d.tar.lz yuzu-744f4af3ab797d8c4c456467c50661a04dd4931d.tar.xz yuzu-744f4af3ab797d8c4c456467c50661a04dd4931d.tar.zst yuzu-744f4af3ab797d8c4c456467c50661a04dd4931d.zip |
Diffstat (limited to 'src/core/hle/service/hid')
-rw-r--r-- | src/core/hle/service/hid/hid_user.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/service/hid/hid_user.cpp b/src/core/hle/service/hid/hid_user.cpp index fbfb9e885..e103881b1 100644 --- a/src/core/hle/service/hid/hid_user.cpp +++ b/src/core/hle/service/hid/hid_user.cpp @@ -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"}, |