summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/hid_spvr.cpp
diff options
context:
space:
mode:
authorpurpasmart96 <kanzoconfigz@hotmail.com>2015-03-13 22:36:19 +0100
committerpurpasmart96 <kanzoconfigz@hotmail.com>2015-03-17 02:55:58 +0100
commit5b1757d6a519b4c35473da37ad209543590ee036 (patch)
tree8d2a53760070f53c1b2fbfa57543bb52f64a6d8d /src/core/hle/service/hid/hid_spvr.cpp
parentMerge pull request #642 from bunnei/touchpad (diff)
downloadyuzu-5b1757d6a519b4c35473da37ad209543590ee036.tar
yuzu-5b1757d6a519b4c35473da37ad209543590ee036.tar.gz
yuzu-5b1757d6a519b4c35473da37ad209543590ee036.tar.bz2
yuzu-5b1757d6a519b4c35473da37ad209543590ee036.tar.lz
yuzu-5b1757d6a519b4c35473da37ad209543590ee036.tar.xz
yuzu-5b1757d6a519b4c35473da37ad209543590ee036.tar.zst
yuzu-5b1757d6a519b4c35473da37ad209543590ee036.zip
Diffstat (limited to 'src/core/hle/service/hid/hid_spvr.cpp')
-rw-r--r--src/core/hle/service/hid/hid_spvr.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/hle/service/hid/hid_spvr.cpp b/src/core/hle/service/hid/hid_spvr.cpp
index 790dcabbf..f296b076f 100644
--- a/src/core/hle/service/hid/hid_spvr.cpp
+++ b/src/core/hle/service/hid/hid_spvr.cpp
@@ -13,13 +13,13 @@ const Interface::FunctionInfo FunctionTable[] = {
{0x000A0000, GetIPCHandles, "GetIPCHandles"},
{0x000B0000, nullptr, "StartAnalogStickCalibration"},
{0x000E0000, nullptr, "GetAnalogStickCalibrateParam"},
- {0x00110000, nullptr, "EnableAccelerometer"},
+ {0x00110000, EnableAccelerometer, "EnableAccelerometer"},
{0x00120000, nullptr, "DisableAccelerometer"},
- {0x00130000, nullptr, "EnableGyroscopeLow"},
+ {0x00130000, EnableGyroscopeLow, "EnableGyroscopeLow"},
{0x00140000, nullptr, "DisableGyroscopeLow"},
{0x00150000, nullptr, "GetGyroscopeLowRawToDpsCoefficient"},
{0x00160000, nullptr, "GetGyroscopeLowCalibrateParam"},
- {0x00170000, nullptr, "GetSoundVolume"},
+ {0x00170000, GetSoundVolume, "GetSoundVolume"},
};
HID_SPVR_Interface::HID_SPVR_Interface() {