summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/hid.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2022-05-30 19:44:36 +0200
committerGitHub <noreply@github.com>2022-05-30 19:44:36 +0200
commitf6c47df671c718117dd3d7b2d825e9668de1be95 (patch)
tree7c1814c3c60f0d4619da489c7278032cadf148ee /src/core/hle/service/hid/hid.h
parentMerge pull request #8392 from Morph1984/boosted (diff)
parentservice: hid: Implement ResetIsSixAxisSensorDeviceNewlyAssigned (diff)
downloadyuzu-f6c47df671c718117dd3d7b2d825e9668de1be95.tar
yuzu-f6c47df671c718117dd3d7b2d825e9668de1be95.tar.gz
yuzu-f6c47df671c718117dd3d7b2d825e9668de1be95.tar.bz2
yuzu-f6c47df671c718117dd3d7b2d825e9668de1be95.tar.lz
yuzu-f6c47df671c718117dd3d7b2d825e9668de1be95.tar.xz
yuzu-f6c47df671c718117dd3d7b2d825e9668de1be95.tar.zst
yuzu-f6c47df671c718117dd3d7b2d825e9668de1be95.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/hid/hid.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/hle/service/hid/hid.h b/src/core/hle/service/hid/hid.h
index 1be04c22b..ac4333022 100644
--- a/src/core/hle/service/hid/hid.h
+++ b/src/core/hle/service/hid/hid.h
@@ -113,6 +113,11 @@ 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 LoadSixAxisSensorCalibrationParameter(Kernel::HLERequestContext& ctx);
+ void GetSixAxisSensorIcInformation(Kernel::HLERequestContext& ctx);
+ void ResetIsSixAxisSensorDeviceNewlyAssigned(Kernel::HLERequestContext& ctx);
void ActivateGesture(Kernel::HLERequestContext& ctx);
void SetSupportedNpadStyleSet(Kernel::HLERequestContext& ctx);
void GetSupportedNpadStyleSet(Kernel::HLERequestContext& ctx);