diff options
| author | Narr the Reg <juangerman-13@hotmail.com> | 2022-04-13 12:52:29 -0500 |
|---|---|---|
| committer | german77 <juangerman-13@hotmail.com> | 2022-04-18 15:02:47 -0500 |
| commit | 1d26fabaa763560902413ac4ef024e69fe30c45a (patch) | |
| tree | aa9ffd9715dd9f6e8a15565f7ad0b1f6fb2b920c /src/core/hle/service/hid/hid.h | |
| parent | 637f7e69286d4df083cc5682f74e19dcedc0d8ee (diff) | |
service: hid: Improve accuracy of sixaxis functions
Diffstat (limited to 'src/core/hle/service/hid/hid.h')
| -rw-r--r-- | src/core/hle/service/hid/hid.h | 1 |
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 c281081a7..666cb6ff5 100644 --- a/src/core/hle/service/hid/hid.h +++ b/src/core/hle/service/hid/hid.h @@ -103,6 +103,7 @@ private: void DeactivateSixAxisSensor(Kernel::HLERequestContext& ctx); void StartSixAxisSensor(Kernel::HLERequestContext& ctx); void StopSixAxisSensor(Kernel::HLERequestContext& ctx); + void IsSixAxisSensorFusionEnabled(Kernel::HLERequestContext& ctx); void EnableSixAxisSensorFusion(Kernel::HLERequestContext& ctx); void SetSixAxisSensorFusionParameters(Kernel::HLERequestContext& ctx); void GetSixAxisSensorFusionParameters(Kernel::HLERequestContext& ctx); |
