diff options
author | Morph1984 <39850852+Morph1984@users.noreply.github.com> | 2019-09-04 02:42:42 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-04 02:42:42 -0400 |
commit | 155947774063494aec2c3f113b9438fafd4ac813 (patch) | |
tree | 5c46b35b1cdd83c83ca0977b2701c86859314b43 | |
parent | a83eb90a78c4ee3aac3636e22bebc8ab460b46f2 (diff) |
Update hid.h
-rw-r--r-- | src/core/hle/service/hid/hid.h | 2 |
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); |