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