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