summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-08-07 09:23:17 +0200
committerLioncash <mathew1800@gmail.com>2018-08-07 09:23:20 +0200
commit890e543304656951493963505d0c611a52a0dae3 (patch)
tree0f4cf14dfb68d8072441a3ae46629058cd013a70 /src/core/hle/service
parentMerge pull request #931 from DarkLordZach/nca-as-drd (diff)
downloadyuzu-890e543304656951493963505d0c611a52a0dae3.tar
yuzu-890e543304656951493963505d0c611a52a0dae3.tar.gz
yuzu-890e543304656951493963505d0c611a52a0dae3.tar.bz2
yuzu-890e543304656951493963505d0c611a52a0dae3.tar.lz
yuzu-890e543304656951493963505d0c611a52a0dae3.tar.xz
yuzu-890e543304656951493963505d0c611a52a0dae3.tar.zst
yuzu-890e543304656951493963505d0c611a52a0dae3.zip
Diffstat (limited to 'src/core/hle/service')
-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,