diff options
| author | Narr the Reg <juangerman-13@hotmail.com> | 2024-01-10 22:06:54 -0600 |
|---|---|---|
| committer | german77 <juangerman-13@hotmail.com> | 2024-01-15 23:15:40 -0600 |
| commit | 2cacb9d48c98603176e52ecc94f2374a934797fb (patch) | |
| tree | 12badf5b4eede22b22dece03a9074197ec631a1e /src/core/hle/service/hid/hid_server.h | |
| parent | 2c29c2b8dd280d0aeff432569f324cd85d83b415 (diff) | |
service: hid: Fully implement abstract vibration
Diffstat (limited to 'src/core/hle/service/hid/hid_server.h')
| -rw-r--r-- | src/core/hle/service/hid/hid_server.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/hid/hid_server.h b/src/core/hle/service/hid/hid_server.h index cc7c4ebdd..3a2e0a230 100644 --- a/src/core/hle/service/hid/hid_server.h +++ b/src/core/hle/service/hid/hid_server.h @@ -97,6 +97,7 @@ private: void BeginPermitVibrationSession(HLERequestContext& ctx); void EndPermitVibrationSession(HLERequestContext& ctx); void IsVibrationDeviceMounted(HLERequestContext& ctx); + void SendVibrationValueInBool(HLERequestContext& ctx); void ActivateConsoleSixAxisSensor(HLERequestContext& ctx); void StartConsoleSixAxisSensor(HLERequestContext& ctx); void StopConsoleSixAxisSensor(HLERequestContext& ctx); |
