summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/hid.h
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2021-06-11 21:35:35 +0200
committergerman77 <juangerman-13@hotmail.com>2021-06-11 21:44:46 +0200
commit827483409b253529086fce5788e5d1863ba6f2b3 (patch)
tree4cf62975914d957e07d9d657d7facacc5affad1a /src/core/hle/service/hid/hid.h
parentMerge pull request #6443 from Morph1984/k-light-condition-variable (diff)
downloadyuzu-827483409b253529086fce5788e5d1863ba6f2b3.tar
yuzu-827483409b253529086fce5788e5d1863ba6f2b3.tar.gz
yuzu-827483409b253529086fce5788e5d1863ba6f2b3.tar.bz2
yuzu-827483409b253529086fce5788e5d1863ba6f2b3.tar.lz
yuzu-827483409b253529086fce5788e5d1863ba6f2b3.tar.xz
yuzu-827483409b253529086fce5788e5d1863ba6f2b3.tar.zst
yuzu-827483409b253529086fce5788e5d1863ba6f2b3.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 aa3307955..83fc2ea1d 100644
--- a/src/core/hle/service/hid/hid.h
+++ b/src/core/hle/service/hid/hid.h
@@ -100,6 +100,7 @@ private:
void GetGyroscopeZeroDriftMode(Kernel::HLERequestContext& ctx);
void ResetGyroscopeZeroDriftMode(Kernel::HLERequestContext& ctx);
void IsSixAxisSensorAtRest(Kernel::HLERequestContext& ctx);
+ void IsFirmwareUpdateAvailableForSixAxisSensor(Kernel::HLERequestContext& ctx);
void ActivateGesture(Kernel::HLERequestContext& ctx);
void SetSupportedNpadStyleSet(Kernel::HLERequestContext& ctx);
void GetSupportedNpadStyleSet(Kernel::HLERequestContext& ctx);