summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/hid.h
diff options
context:
space:
mode:
authorNarr the Reg <juangerman-13@hotmail.com>2022-04-13 19:52:29 +0200
committergerman77 <juangerman-13@hotmail.com>2022-04-18 22:02:47 +0200
commit1d26fabaa763560902413ac4ef024e69fe30c45a (patch)
treeaa9ffd9715dd9f6e8a15565f7ad0b1f6fb2b920c /src/core/hle/service/hid/hid.h
parentMerge pull request #8204 from Docteh/translate_gameslist (diff)
downloadyuzu-1d26fabaa763560902413ac4ef024e69fe30c45a.tar
yuzu-1d26fabaa763560902413ac4ef024e69fe30c45a.tar.gz
yuzu-1d26fabaa763560902413ac4ef024e69fe30c45a.tar.bz2
yuzu-1d26fabaa763560902413ac4ef024e69fe30c45a.tar.lz
yuzu-1d26fabaa763560902413ac4ef024e69fe30c45a.tar.xz
yuzu-1d26fabaa763560902413ac4ef024e69fe30c45a.tar.zst
yuzu-1d26fabaa763560902413ac4ef024e69fe30c45a.zip
Diffstat (limited to '')
-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);