summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/hid.h
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2022-05-22 00:03:08 +0200
committerNarr the Reg <juangerman-13@hotmail.com>2022-05-27 17:21:10 +0200
commitc889a5805e72dc34527cc99456d0c6727266ef39 (patch)
tree5e915235c6b54ebf7713ccf700a71cd481302685 /src/core/hle/service/hid/hid.h
parentservice: hid: Add error handling to sixaxis functions (diff)
downloadyuzu-c889a5805e72dc34527cc99456d0c6727266ef39.tar
yuzu-c889a5805e72dc34527cc99456d0c6727266ef39.tar.gz
yuzu-c889a5805e72dc34527cc99456d0c6727266ef39.tar.bz2
yuzu-c889a5805e72dc34527cc99456d0c6727266ef39.tar.lz
yuzu-c889a5805e72dc34527cc99456d0c6727266ef39.tar.xz
yuzu-c889a5805e72dc34527cc99456d0c6727266ef39.tar.zst
yuzu-c889a5805e72dc34527cc99456d0c6727266ef39.zip
Diffstat (limited to 'src/core/hle/service/hid/hid.h')
-rw-r--r--src/core/hle/service/hid/hid.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/service/hid/hid.h b/src/core/hle/service/hid/hid.h
index 1be04c22b..b8515a002 100644
--- a/src/core/hle/service/hid/hid.h
+++ b/src/core/hle/service/hid/hid.h
@@ -113,6 +113,8 @@ private:
void ResetGyroscopeZeroDriftMode(Kernel::HLERequestContext& ctx);
void IsSixAxisSensorAtRest(Kernel::HLERequestContext& ctx);
void IsFirmwareUpdateAvailableForSixAxisSensor(Kernel::HLERequestContext& ctx);
+ void EnableSixAxisSensorUnalteredPassthrough(Kernel::HLERequestContext& ctx);
+ void IsSixAxisSensorUnalteredPassthroughEnabled(Kernel::HLERequestContext& ctx);
void ActivateGesture(Kernel::HLERequestContext& ctx);
void SetSupportedNpadStyleSet(Kernel::HLERequestContext& ctx);
void GetSupportedNpadStyleSet(Kernel::HLERequestContext& ctx);