summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorph1984 <39850852+Morph1984@users.noreply.github.com>2019-09-04 08:42:42 +0200
committerGitHub <noreply@github.com>2019-09-04 08:42:42 +0200
commit155947774063494aec2c3f113b9438fafd4ac813 (patch)
tree5c46b35b1cdd83c83ca0977b2701c86859314b43
parentUpdate hid.cpp (diff)
downloadyuzu-155947774063494aec2c3f113b9438fafd4ac813.tar
yuzu-155947774063494aec2c3f113b9438fafd4ac813.tar.gz
yuzu-155947774063494aec2c3f113b9438fafd4ac813.tar.bz2
yuzu-155947774063494aec2c3f113b9438fafd4ac813.tar.lz
yuzu-155947774063494aec2c3f113b9438fafd4ac813.tar.xz
yuzu-155947774063494aec2c3f113b9438fafd4ac813.tar.zst
yuzu-155947774063494aec2c3f113b9438fafd4ac813.zip
-rw-r--r--src/core/hle/service/hid/hid.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/service/hid/hid.h b/src/core/hle/service/hid/hid.h
index 28260ef1b..2fd6d9fc7 100644
--- a/src/core/hle/service/hid/hid.h
+++ b/src/core/hle/service/hid/hid.h
@@ -114,6 +114,8 @@ private:
void SetNpadHandheldActivationMode(Kernel::HLERequestContext& ctx);
void GetVibrationDeviceInfo(Kernel::HLERequestContext& ctx);
void CreateActiveVibrationDeviceList(Kernel::HLERequestContext& ctx);
+ void PermitVibration(Kernel::HLERequestContext& ctx);
+ void IsVibrationPermitted(Kernel::HLERequestContext& ctx);
void ActivateConsoleSixAxisSensor(Kernel::HLERequestContext& ctx);
void StartConsoleSixAxisSensor(Kernel::HLERequestContext& ctx);
void StopSixAxisSensor(Kernel::HLERequestContext& ctx);