summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/hid_user.cpp
diff options
context:
space:
mode:
authorwwylele <wwylele@gmail.com>2016-03-18 21:27:36 +0100
committerwwylele <wwylele@gmail.com>2016-03-22 17:35:03 +0100
commitdb151efd0a50aa904a3021c45266f65355f6b4a7 (patch)
tree15b8142fb8a996dccc5e85799fb0c972f3ef758b /src/core/hle/service/hid/hid_user.cpp
parentMerge pull request #1543 from lioncash/zero (diff)
downloadyuzu-db151efd0a50aa904a3021c45266f65355f6b4a7.tar
yuzu-db151efd0a50aa904a3021c45266f65355f6b4a7.tar.gz
yuzu-db151efd0a50aa904a3021c45266f65355f6b4a7.tar.bz2
yuzu-db151efd0a50aa904a3021c45266f65355f6b4a7.tar.lz
yuzu-db151efd0a50aa904a3021c45266f65355f6b4a7.tar.xz
yuzu-db151efd0a50aa904a3021c45266f65355f6b4a7.tar.zst
yuzu-db151efd0a50aa904a3021c45266f65355f6b4a7.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/hid/hid_user.cpp20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/core/hle/service/hid/hid_user.cpp b/src/core/hle/service/hid/hid_user.cpp
index bbdde2abb..bb157b83d 100644
--- a/src/core/hle/service/hid/hid_user.cpp
+++ b/src/core/hle/service/hid/hid_user.cpp
@@ -9,16 +9,16 @@ namespace Service {
namespace HID {
const Interface::FunctionInfo FunctionTable[] = {
- {0x000A0000, GetIPCHandles, "GetIPCHandles"},
- {0x000B0000, nullptr, "StartAnalogStickCalibration"},
- {0x000E0000, nullptr, "GetAnalogStickCalibrateParam"},
- {0x00110000, EnableAccelerometer, "EnableAccelerometer"},
- {0x00120000, DisableAccelerometer, "DisableAccelerometer"},
- {0x00130000, EnableGyroscopeLow, "EnableGyroscopeLow"},
- {0x00140000, DisableGyroscopeLow, "DisableGyroscopeLow"},
- {0x00150000, nullptr, "GetGyroscopeLowRawToDpsCoefficient"},
- {0x00160000, nullptr, "GetGyroscopeLowCalibrateParam"},
- {0x00170000, GetSoundVolume, "GetSoundVolume"},
+ {0x000A0000, GetIPCHandles, "GetIPCHandles"},
+ {0x000B0000, nullptr, "StartAnalogStickCalibration"},
+ {0x000E0000, nullptr, "GetAnalogStickCalibrateParam"},
+ {0x00110000, EnableAccelerometer, "EnableAccelerometer"},
+ {0x00120000, DisableAccelerometer, "DisableAccelerometer"},
+ {0x00130000, EnableGyroscopeLow, "EnableGyroscopeLow"},
+ {0x00140000, DisableGyroscopeLow, "DisableGyroscopeLow"},
+ {0x00150000, GetGyroscopeLowRawToDpsCoefficient, "GetGyroscopeLowRawToDpsCoefficient"},
+ {0x00160000, GetGyroscopeLowCalibrateParam, "GetGyroscopeLowCalibrateParam"},
+ {0x00170000, GetSoundVolume, "GetSoundVolume"},
};
HID_U_Interface::HID_U_Interface() {