summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/hid.h
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2022-05-22 00:21:45 +0200
committerNarr the Reg <juangerman-13@hotmail.com>2022-05-27 17:22:37 +0200
commita1f2610522dd7d66f370dacc821f2b30029a218e (patch)
tree42684db4bc71578b13d8f301816e231e8c058391 /src/core/hle/service/hid/hid.h
parentservice: hid: Implement LoadSixAxisSensorCalibrationParameter and GetSixAxisSensorIcInformation (diff)
downloadyuzu-a1f2610522dd7d66f370dacc821f2b30029a218e.tar
yuzu-a1f2610522dd7d66f370dacc821f2b30029a218e.tar.gz
yuzu-a1f2610522dd7d66f370dacc821f2b30029a218e.tar.bz2
yuzu-a1f2610522dd7d66f370dacc821f2b30029a218e.tar.lz
yuzu-a1f2610522dd7d66f370dacc821f2b30029a218e.tar.xz
yuzu-a1f2610522dd7d66f370dacc821f2b30029a218e.tar.zst
yuzu-a1f2610522dd7d66f370dacc821f2b30029a218e.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 726a031de..ac4333022 100644
--- a/src/core/hle/service/hid/hid.h
+++ b/src/core/hle/service/hid/hid.h
@@ -117,6 +117,7 @@ private:
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);