am: Update service function tables

Updated based off information from Switchbrew
This commit is contained in:
Lioncash 2018-10-21 16:40:17 -04:00
parent f8220c84fc
commit 85df255cd1
4 changed files with 60 additions and 15 deletions

View file

@ -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