diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2021-04-08 09:41:06 +0200 |
---|---|---|
committer | Morph <39850852+Morph1984@users.noreply.github.com> | 2021-04-08 09:41:06 +0200 |
commit | 8e545deab934480706b4767bc15773921a9fa4e8 (patch) | |
tree | ee2d44af3e703c726477c03d44af962e43414186 /src/core/hle/service/hid/hid.h | |
parent | Merge pull request #6160 from Morph1984/fs-update-12.x (diff) | |
download | yuzu-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 'src/core/hle/service/hid/hid.h')
-rw-r--r-- | src/core/hle/service/hid/hid.h | 1 |
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); |