summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/hid.h
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2023-03-27 07:56:00 +0200
committergerman77 <juangerman-13@hotmail.com>2023-03-30 06:03:49 +0200
commit8e8438103805774b06ca70fcdc38693232bfc441 (patch)
tree784f28bbe4a3391d2e7e4164246c987c5a72f5bf /src/core/hle/service/hid/hid.h
parentMerge pull request #9992 from liamwhite/climits (diff)
downloadyuzu-8e8438103805774b06ca70fcdc38693232bfc441.tar
yuzu-8e8438103805774b06ca70fcdc38693232bfc441.tar.gz
yuzu-8e8438103805774b06ca70fcdc38693232bfc441.tar.bz2
yuzu-8e8438103805774b06ca70fcdc38693232bfc441.tar.lz
yuzu-8e8438103805774b06ca70fcdc38693232bfc441.tar.xz
yuzu-8e8438103805774b06ca70fcdc38693232bfc441.tar.zst
yuzu-8e8438103805774b06ca70fcdc38693232bfc441.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 c69e5f3fb..f247b83c2 100644
--- a/src/core/hle/service/hid/hid.h
+++ b/src/core/hle/service/hid/hid.h
@@ -151,6 +151,7 @@ private:
void SwapNpadAssignment(HLERequestContext& ctx);
void IsUnintendedHomeButtonInputProtectionEnabled(HLERequestContext& ctx);
void EnableUnintendedHomeButtonInputProtection(HLERequestContext& ctx);
+ void SetNpadJoyAssignmentModeSingleWithDestination(HLERequestContext& ctx);
void SetNpadAnalogStickUseCenterClamp(HLERequestContext& ctx);
void SetNpadCaptureButtonAssignment(HLERequestContext& ctx);
void ClearNpadCaptureButtonAssignment(HLERequestContext& ctx);