diff options
author | bunnei <bunneidev@gmail.com> | 2020-10-07 23:54:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-07 23:54:05 +0200 |
commit | 92adb69fa7fa21d2f5e078e9473c0ea08e009a71 (patch) | |
tree | f4093ecf2ed67a34a1863a7ce383cb6b577ceda0 /src/core/hle/service/hid/hid.h | |
parent | Merge pull request #4710 from Morph1984/fix-integrated-updates (diff) | |
parent | hid: Stub HomeButtonInputProtection service commands (diff) | |
download | yuzu-92adb69fa7fa21d2f5e078e9473c0ea08e009a71.tar yuzu-92adb69fa7fa21d2f5e078e9473c0ea08e009a71.tar.gz yuzu-92adb69fa7fa21d2f5e078e9473c0ea08e009a71.tar.bz2 yuzu-92adb69fa7fa21d2f5e078e9473c0ea08e009a71.tar.lz yuzu-92adb69fa7fa21d2f5e078e9473c0ea08e009a71.tar.xz yuzu-92adb69fa7fa21d2f5e078e9473c0ea08e009a71.tar.zst yuzu-92adb69fa7fa21d2f5e078e9473c0ea08e009a71.zip |
Diffstat (limited to 'src/core/hle/service/hid/hid.h')
-rw-r--r-- | src/core/hle/service/hid/hid.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/service/hid/hid.h b/src/core/hle/service/hid/hid.h index 1c7d39b67..fd0372b18 100644 --- a/src/core/hle/service/hid/hid.h +++ b/src/core/hle/service/hid/hid.h @@ -123,6 +123,8 @@ private: void SetNpadHandheldActivationMode(Kernel::HLERequestContext& ctx); void GetNpadHandheldActivationMode(Kernel::HLERequestContext& ctx); void SwapNpadAssignment(Kernel::HLERequestContext& ctx); + void IsUnintendedHomeButtonInputProtectionEnabled(Kernel::HLERequestContext& ctx); + void EnableUnintendedHomeButtonInputProtection(Kernel::HLERequestContext& ctx); void BeginPermitVibrationSession(Kernel::HLERequestContext& ctx); void EndPermitVibrationSession(Kernel::HLERequestContext& ctx); void SendVibrationValue(Kernel::HLERequestContext& ctx); |