summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/hid.h
diff options
context:
space:
mode:
authorgerman <german@thesoftwareartisans.com>2021-01-24 17:27:04 +0100
committergerman <german@thesoftwareartisans.com>2021-01-24 18:28:52 +0100
commita8245cf2f1f3abb73833baa574b047eaa28d39ca (patch)
treea078c66b13cfbf9e9d6cde3942b2afac19e80e27 /src/core/hle/service/hid/hid.h
parentMerge pull request #5808 from ReinUsesLisp/glslang-quiet (diff)
downloadyuzu-a8245cf2f1f3abb73833baa574b047eaa28d39ca.tar
yuzu-a8245cf2f1f3abb73833baa574b047eaa28d39ca.tar.gz
yuzu-a8245cf2f1f3abb73833baa574b047eaa28d39ca.tar.bz2
yuzu-a8245cf2f1f3abb73833baa574b047eaa28d39ca.tar.lz
yuzu-a8245cf2f1f3abb73833baa574b047eaa28d39ca.tar.xz
yuzu-a8245cf2f1f3abb73833baa574b047eaa28d39ca.tar.zst
yuzu-a8245cf2f1f3abb73833baa574b047eaa28d39ca.zip
Diffstat (limited to 'src/core/hle/service/hid/hid.h')
-rw-r--r--src/core/hle/service/hid/hid.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/hle/service/hid/hid.h b/src/core/hle/service/hid/hid.h
index b87bfdde1..d991bd721 100644
--- a/src/core/hle/service/hid/hid.h
+++ b/src/core/hle/service/hid/hid.h
@@ -97,6 +97,9 @@ private:
void StartSixAxisSensor(Kernel::HLERequestContext& ctx);
void StopSixAxisSensor(Kernel::HLERequestContext& ctx);
void EnableSixAxisSensorFusion(Kernel::HLERequestContext& ctx);
+ void SetSixAxisSensorFusionParameters(Kernel::HLERequestContext& ctx);
+ void GetSixAxisSensorFusionParameters(Kernel::HLERequestContext& ctx);
+ void ResetSixAxisSensorFusionParameters(Kernel::HLERequestContext& ctx);
void SetGyroscopeZeroDriftMode(Kernel::HLERequestContext& ctx);
void GetGyroscopeZeroDriftMode(Kernel::HLERequestContext& ctx);
void ResetGyroscopeZeroDriftMode(Kernel::HLERequestContext& ctx);