summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/hid.h
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2021-09-10 17:09:22 +0200
committergerman77 <juangerman-13@hotmail.com>2021-09-10 19:24:28 +0200
commita7bbd37f81999e486b629b6c2ee2ebe70c7eea2e (patch)
tree8e4824b2423a0ed70e40aa0131988a4942279f2c /src/core/hle/service/hid/hid.h
parentMerge pull request #6962 from vonchenplus/spirv_support_legacy_attribute (diff)
downloadyuzu-a7bbd37f81999e486b629b6c2ee2ebe70c7eea2e.tar
yuzu-a7bbd37f81999e486b629b6c2ee2ebe70c7eea2e.tar.gz
yuzu-a7bbd37f81999e486b629b6c2ee2ebe70c7eea2e.tar.bz2
yuzu-a7bbd37f81999e486b629b6c2ee2ebe70c7eea2e.tar.lz
yuzu-a7bbd37f81999e486b629b6c2ee2ebe70c7eea2e.tar.xz
yuzu-a7bbd37f81999e486b629b6c2ee2ebe70c7eea2e.tar.zst
yuzu-a7bbd37f81999e486b629b6c2ee2ebe70c7eea2e.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 9c5c7f252..b1fe75e94 100644
--- a/src/core/hle/service/hid/hid.h
+++ b/src/core/hle/service/hid/hid.h
@@ -159,6 +159,7 @@ private:
void SetPalmaBoostMode(Kernel::HLERequestContext& ctx);
void SetNpadCommunicationMode(Kernel::HLERequestContext& ctx);
void GetNpadCommunicationMode(Kernel::HLERequestContext& ctx);
+ void SetTouchScreenConfiguration(Kernel::HLERequestContext& ctx);
enum class VibrationDeviceType : u32 {
Unknown = 0,