summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/hid.h
diff options
context:
space:
mode:
authorM&M <goldtextwitch@outlook.com>2020-04-26 00:30:52 +0200
committerM&M <goldtextwitch@outlook.com>2020-04-26 00:38:56 +0200
commitc1ffaa8b299323c7f6924f4b98802ebac5158f58 (patch)
tree8cb0125c032f73bef277061e09c65bf8d820d631 /src/core/hle/service/hid/hid.h
parentMerge pull request #3721 from ReinUsesLisp/sort-devices (diff)
downloadyuzu-c1ffaa8b299323c7f6924f4b98802ebac5158f58.tar
yuzu-c1ffaa8b299323c7f6924f4b98802ebac5158f58.tar.gz
yuzu-c1ffaa8b299323c7f6924f4b98802ebac5158f58.tar.bz2
yuzu-c1ffaa8b299323c7f6924f4b98802ebac5158f58.tar.lz
yuzu-c1ffaa8b299323c7f6924f4b98802ebac5158f58.tar.xz
yuzu-c1ffaa8b299323c7f6924f4b98802ebac5158f58.tar.zst
yuzu-c1ffaa8b299323c7f6924f4b98802ebac5158f58.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 039c38b58..23552efb1 100644
--- a/src/core/hle/service/hid/hid.h
+++ b/src/core/hle/service/hid/hid.h
@@ -128,6 +128,7 @@ private:
void StopSixAxisSensor(Kernel::HLERequestContext& ctx);
void SetIsPalmaAllConnectable(Kernel::HLERequestContext& ctx);
void SetPalmaBoostMode(Kernel::HLERequestContext& ctx);
+ void StopSevenSixAxisSensor(Kernel::HLERequestContext& ctx);
void InitializeSevenSixAxisSensor(Kernel::HLERequestContext& ctx);
std::shared_ptr<IAppletResource> applet_resource;