summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/hid.h
diff options
context:
space:
mode:
authorDavid Marcec <dmarcecguzman@gmail.com>2020-05-11 17:01:50 +0200
committerDavid Marcec <dmarcecguzman@gmail.com>2020-05-11 17:01:50 +0200
commitecc8ccc9d32fb0ee9741b748837c0e2b410789e0 (patch)
tree16cb14d8f0ca633a93176ff319f3711dc212eded /src/core/hle/service/hid/hid.h
parentMerge pull request #3896 from jroweboy/remove-clang-format-check-from-patreon (diff)
downloadyuzu-ecc8ccc9d32fb0ee9741b748837c0e2b410789e0.tar
yuzu-ecc8ccc9d32fb0ee9741b748837c0e2b410789e0.tar.gz
yuzu-ecc8ccc9d32fb0ee9741b748837c0e2b410789e0.tar.bz2
yuzu-ecc8ccc9d32fb0ee9741b748837c0e2b410789e0.tar.lz
yuzu-ecc8ccc9d32fb0ee9741b748837c0e2b410789e0.tar.xz
yuzu-ecc8ccc9d32fb0ee9741b748837c0e2b410789e0.tar.zst
yuzu-ecc8ccc9d32fb0ee9741b748837c0e2b410789e0.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 23552efb1..c8ed4ad8b 100644
--- a/src/core/hle/service/hid/hid.h
+++ b/src/core/hle/service/hid/hid.h
@@ -130,6 +130,7 @@ private:
void SetPalmaBoostMode(Kernel::HLERequestContext& ctx);
void StopSevenSixAxisSensor(Kernel::HLERequestContext& ctx);
void InitializeSevenSixAxisSensor(Kernel::HLERequestContext& ctx);
+ void SendKeyboardLockKeyEvent(Kernel::HLERequestContext& ctx);
std::shared_ptr<IAppletResource> applet_resource;
Core::System& system;