summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/tcap.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/am/tcap.cpp')
-rw-r--r--src/core/hle/service/am/tcap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/am/tcap.cpp b/src/core/hle/service/am/tcap.cpp
index a75cbdda8..4d0971c03 100644
--- a/src/core/hle/service/am/tcap.cpp
+++ b/src/core/hle/service/am/tcap.cpp
@@ -6,7 +6,7 @@
namespace Service::AM {
-TCAP::TCAP() : ServiceFramework{"tcap"} {
+TCAP::TCAP(Core::System& system_) : ServiceFramework{system_, "tcap"} {
// clang-format off
static const FunctionInfo functions[] = {
{0, nullptr, "GetContinuousHighSkinTemperatureEvent"},