summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/hid.h
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2020-10-11 14:35:40 +0200
committerMorph <39850852+Morph1984@users.noreply.github.com>2020-11-16 05:33:20 +0100
commit70f16f17220a23daead70e9f94f93d1c61d374a1 (patch)
tree82d8dae4c49e68c0432577923a3da262c6e5a5db /src/core/hle/service/hid/hid.h
parentcontrollers/npad: Add heuristics to reduce rumble state changes (diff)
downloadyuzu-70f16f17220a23daead70e9f94f93d1c61d374a1.tar
yuzu-70f16f17220a23daead70e9f94f93d1c61d374a1.tar.gz
yuzu-70f16f17220a23daead70e9f94f93d1c61d374a1.tar.bz2
yuzu-70f16f17220a23daead70e9f94f93d1c61d374a1.tar.lz
yuzu-70f16f17220a23daead70e9f94f93d1c61d374a1.tar.xz
yuzu-70f16f17220a23daead70e9f94f93d1c61d374a1.tar.zst
yuzu-70f16f17220a23daead70e9f94f93d1c61d374a1.zip
Diffstat (limited to 'src/core/hle/service/hid/hid.h')
-rw-r--r--src/core/hle/service/hid/hid.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/hid/hid.h b/src/core/hle/service/hid/hid.h
index 57bc93778..c8e4a4b55 100644
--- a/src/core/hle/service/hid/hid.h
+++ b/src/core/hle/service/hid/hid.h
@@ -134,6 +134,7 @@ private:
void SendVibrationValues(Kernel::HLERequestContext& ctx);
void BeginPermitVibrationSession(Kernel::HLERequestContext& ctx);
void EndPermitVibrationSession(Kernel::HLERequestContext& ctx);
+ void IsVibrationDeviceMounted(Kernel::HLERequestContext& ctx);
void ActivateConsoleSixAxisSensor(Kernel::HLERequestContext& ctx);
void StartConsoleSixAxisSensor(Kernel::HLERequestContext& ctx);
void StopConsoleSixAxisSensor(Kernel::HLERequestContext& ctx);