diff options
| author | Lioncash <mathew1800@gmail.com> | 2018-10-21 16:40:17 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2018-10-21 16:40:20 -0400 |
| commit | edb1c36a871154252e0c8a639083ec25c57395ef (patch) | |
| tree | 1b89cb4f6e62aaeba33cb7873f12537882310b10 /src/core/hle/service/am/idle.cpp | |
| parent | ae7f55947e2955e9caaa2fe0655b3d9794292fcc (diff) | |
am: Update service function tables
Updated based off information from Switchbrew
Diffstat (limited to 'src/core/hle/service/am/idle.cpp')
| -rw-r--r-- | src/core/hle/service/am/idle.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/hle/service/am/idle.cpp b/src/core/hle/service/am/idle.cpp index 0e3088bc8..f814fe2c0 100644 --- a/src/core/hle/service/am/idle.cpp +++ b/src/core/hle/service/am/idle.cpp @@ -12,9 +12,9 @@ IdleSys::IdleSys() : ServiceFramework{"idle:sys"} { {0, nullptr, "GetAutoPowerDownEvent"}, {1, nullptr, "Unknown1"}, {2, nullptr, "Unknown2"}, - {3, nullptr, "Unknown3"}, - {4, nullptr, "Unknown4"}, - {5, nullptr, "Unknown5"}, + {3, nullptr, "SetHandlingContext"}, + {4, nullptr, "LoadAndApplySettings"}, + {5, nullptr, "ReportUserIsActive"}, }; // clang-format on |
