summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-08-07 21:56:34 +0200
committerGitHub <noreply@github.com>2018-08-07 21:56:34 +0200
commit6576bc8927514a68d2936497e7ff1b496f1523dd (patch)
treefcb6546617405b192bcbe51794007c24d8dd30a7 /src
parentMerge pull request #960 from lioncash/apm (diff)
parentservices/hid: Add ActivateNpadWithRevision() to the hid function info array (diff)
downloadyuzu-6576bc8927514a68d2936497e7ff1b496f1523dd.tar
yuzu-6576bc8927514a68d2936497e7ff1b496f1523dd.tar.gz
yuzu-6576bc8927514a68d2936497e7ff1b496f1523dd.tar.bz2
yuzu-6576bc8927514a68d2936497e7ff1b496f1523dd.tar.lz
yuzu-6576bc8927514a68d2936497e7ff1b496f1523dd.tar.xz
yuzu-6576bc8927514a68d2936497e7ff1b496f1523dd.tar.zst
yuzu-6576bc8927514a68d2936497e7ff1b496f1523dd.zip
Diffstat (limited to 'src')
-rw-r--r--src/core/hle/service/hid/hid.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/hid/hid.cpp b/src/core/hle/service/hid/hid.cpp
index ed53f96c5..8f0262e34 100644
--- a/src/core/hle/service/hid/hid.cpp
+++ b/src/core/hle/service/hid/hid.cpp
@@ -337,6 +337,7 @@ public:
"AcquireNpadStyleSetUpdateEventHandle"},
{107, nullptr, "DisconnectNpad"},
{108, &Hid::GetPlayerLedPattern, "GetPlayerLedPattern"},
+ {109, nullptr, "ActivateNpadWithRevision"},
{120, &Hid::SetNpadJoyHoldType, "SetNpadJoyHoldType"},
{121, &Hid::GetNpadJoyHoldType, "GetNpadJoyHoldType"},
{122, &Hid::SetNpadJoyAssignmentModeSingleByDefault,