summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/xcd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/hid/xcd.cpp')
-rw-r--r--src/core/hle/service/hid/xcd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/hid/xcd.cpp b/src/core/hle/service/hid/xcd.cpp
index c8e9125f6..43a8840d0 100644
--- a/src/core/hle/service/hid/xcd.cpp
+++ b/src/core/hle/service/hid/xcd.cpp
@@ -6,7 +6,7 @@
namespace Service::HID {
-XCD_SYS::XCD_SYS() : ServiceFramework{"xcd:sys"} {
+XCD_SYS::XCD_SYS(Core::System& system_) : ServiceFramework{system_, "xcd:sys"} {
// clang-format off
static const FunctionInfo functions[] = {
{0, nullptr, "GetDataFormat"},