summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/hid.cpp
diff options
context:
space:
mode:
authorDavid Marcec <dmarcecguzman@gmail.com>2019-09-22 15:42:41 +0200
committerDavid Marcec <dmarcecguzman@gmail.com>2019-09-22 15:42:41 +0200
commit654427d4d0c5da168206c164c806c334d46498a7 (patch)
treeed9013df3562c191d8e798b5ba945b1b0e24a100 /src/core/hle/service/hid/hid.cpp
parentMerge pull request #2884 from ogniK5377/deglobal-sys-services (diff)
downloadyuzu-654427d4d0c5da168206c164c806c334d46498a7.tar
yuzu-654427d4d0c5da168206c164c806c334d46498a7.tar.gz
yuzu-654427d4d0c5da168206c164c806c334d46498a7.tar.bz2
yuzu-654427d4d0c5da168206c164c806c334d46498a7.tar.lz
yuzu-654427d4d0c5da168206c164c806c334d46498a7.tar.xz
yuzu-654427d4d0c5da168206c164c806c334d46498a7.tar.zst
yuzu-654427d4d0c5da168206c164c806c334d46498a7.zip
Diffstat (limited to 'src/core/hle/service/hid/hid.cpp')
-rw-r--r--src/core/hle/service/hid/hid.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/hid/hid.cpp b/src/core/hle/service/hid/hid.cpp
index 33145b891..8d76ba746 100644
--- a/src/core/hle/service/hid/hid.cpp
+++ b/src/core/hle/service/hid/hid.cpp
@@ -480,7 +480,7 @@ void Hid::AcquireNpadStyleSetUpdateEventHandle(Kernel::HLERequestContext& ctx) {
IPC::ResponseBuilder rb{ctx, 2, 1};
rb.Push(RESULT_SUCCESS);
rb.PushCopyObjects(applet_resource->GetController<Controller_NPad>(HidController::NPad)
- .GetStyleSetChangedEvent());
+ .GetStyleSetChangedEvent(npad_id));
}
void Hid::DisconnectNpad(Kernel::HLERequestContext& ctx) {