summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/hid.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2022-04-22 06:25:47 +0200
committerGitHub <noreply@github.com>2022-04-22 06:25:47 +0200
commita1ee9799bcd6cbf7c68733136fe7acbebf33a71a (patch)
tree710d6e433431b875f59ba137eccac6f488493ca5 /src/core/hle/service/hid/hid.h
parentMerge pull request #8192 from german77/screenshot (diff)
parentservice: hid: Improve accuracy of sixaxis functions (diff)
downloadyuzu-a1ee9799bcd6cbf7c68733136fe7acbebf33a71a.tar
yuzu-a1ee9799bcd6cbf7c68733136fe7acbebf33a71a.tar.gz
yuzu-a1ee9799bcd6cbf7c68733136fe7acbebf33a71a.tar.bz2
yuzu-a1ee9799bcd6cbf7c68733136fe7acbebf33a71a.tar.lz
yuzu-a1ee9799bcd6cbf7c68733136fe7acbebf33a71a.tar.xz
yuzu-a1ee9799bcd6cbf7c68733136fe7acbebf33a71a.tar.zst
yuzu-a1ee9799bcd6cbf7c68733136fe7acbebf33a71a.zip
Diffstat (limited to 'src/core/hle/service/hid/hid.h')
-rw-r--r--src/core/hle/service/hid/hid.h1
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);