summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/hid.h
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2021-04-08 09:41:06 +0200
committerMorph <39850852+Morph1984@users.noreply.github.com>2021-04-08 09:41:06 +0200
commit8e545deab934480706b4767bc15773921a9fa4e8 (patch)
treeee2d44af3e703c726477c03d44af962e43414186 /src/core/hle/service/hid/hid.h
parentMerge pull request #6160 from Morph1984/fs-update-12.x (diff)
downloadyuzu-8e545deab934480706b4767bc15773921a9fa4e8.tar
yuzu-8e545deab934480706b4767bc15773921a9fa4e8.tar.gz
yuzu-8e545deab934480706b4767bc15773921a9fa4e8.tar.bz2
yuzu-8e545deab934480706b4767bc15773921a9fa4e8.tar.lz
yuzu-8e545deab934480706b4767bc15773921a9fa4e8.tar.xz
yuzu-8e545deab934480706b4767bc15773921a9fa4e8.tar.zst
yuzu-8e545deab934480706b4767bc15773921a9fa4e8.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 36ed228c8..c2bdd39a3 100644
--- a/src/core/hle/service/hid/hid.h
+++ b/src/core/hle/service/hid/hid.h
@@ -129,6 +129,7 @@ private:
void SwapNpadAssignment(Kernel::HLERequestContext& ctx);
void IsUnintendedHomeButtonInputProtectionEnabled(Kernel::HLERequestContext& ctx);
void EnableUnintendedHomeButtonInputProtection(Kernel::HLERequestContext& ctx);
+ void SetNpadAnalogStickUseCenterClamp(Kernel::HLERequestContext& ctx);
void GetVibrationDeviceInfo(Kernel::HLERequestContext& ctx);
void SendVibrationValue(Kernel::HLERequestContext& ctx);
void GetActualVibrationValue(Kernel::HLERequestContext& ctx);