summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/controllers/npad.h
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2021-01-27 19:05:07 +0100
committerMorph <39850852+Morph1984@users.noreply.github.com>2021-01-27 19:05:31 +0100
commitd4d39aa4c7e92cac429446f5f22e6c2283770c5b (patch)
treeb6c1939c96b7ccafec2c9f8f953307b1d880056e /src/core/hle/service/hid/controllers/npad.h
parentMerge pull request #5812 from german77/StubSixaxisFusion (diff)
downloadyuzu-d4d39aa4c7e92cac429446f5f22e6c2283770c5b.tar
yuzu-d4d39aa4c7e92cac429446f5f22e6c2283770c5b.tar.gz
yuzu-d4d39aa4c7e92cac429446f5f22e6c2283770c5b.tar.bz2
yuzu-d4d39aa4c7e92cac429446f5f22e6c2283770c5b.tar.lz
yuzu-d4d39aa4c7e92cac429446f5f22e6c2283770c5b.tar.xz
yuzu-d4d39aa4c7e92cac429446f5f22e6c2283770c5b.tar.zst
yuzu-d4d39aa4c7e92cac429446f5f22e6c2283770c5b.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/hid/controllers/npad.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/hle/service/hid/controllers/npad.h b/src/core/hle/service/hid/controllers/npad.h
index bfd06372a..2e13922b9 100644
--- a/src/core/hle/service/hid/controllers/npad.h
+++ b/src/core/hle/service/hid/controllers/npad.h
@@ -202,9 +202,9 @@ public:
GyroscopeZeroDriftMode GetGyroscopeZeroDriftMode() const;
bool IsSixAxisSensorAtRest() const;
void SetSixAxisEnabled(bool six_axis_status);
- void SetSixAxisFusionParameters(const DeviceHandle& handle, f32 parameter1, f32 parameter2);
- std::pair<f32, f32> GetSixAxisFusionParameters(const DeviceHandle& handle);
- void ResetSixAxisFusionParameters(const DeviceHandle& handle);
+ void SetSixAxisFusionParameters(f32 parameter1, f32 parameter2);
+ std::pair<f32, f32> GetSixAxisFusionParameters();
+ void ResetSixAxisFusionParameters();
LedPattern GetLedPattern(u32 npad_id);
bool IsUnintendedHomeButtonInputProtectionEnabled(u32 npad_id) const;
void SetUnintendedHomeButtonInputProtectionEnabled(bool is_protection_enabled, u32 npad_id);