diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2021-04-07 01:42:31 -0400 |
---|---|---|
committer | Morph <39850852+Morph1984@users.noreply.github.com> | 2021-04-07 01:53:04 -0400 |
commit | 95fa89da27b85239133380a53832d9ff85573a1d (patch) | |
tree | db093fbaad956d01454178acac37efb4bb1e436e | |
parent | 068b2ffbcccfdf1fd77ba37e7bd9164272d1f7d0 (diff) |
IHomeMenuFunctions: Update to 12.x
-rw-r--r-- | src/core/hle/service/am/am.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/hle/service/am/am.cpp b/src/core/hle/service/am/am.cpp index d91237cba..f4d8ea06a 100644 --- a/src/core/hle/service/am/am.cpp +++ b/src/core/hle/service/am/am.cpp @@ -1705,9 +1705,12 @@ IHomeMenuFunctions::IHomeMenuFunctions(Core::System& system_) {21, &IHomeMenuFunctions::GetPopFromGeneralChannelEvent, "GetPopFromGeneralChannelEvent"}, {30, nullptr, "GetHomeButtonWriterLockAccessor"}, {31, nullptr, "GetWriterLockAccessorEx"}, + {40, nullptr, "IsSleepEnabled"}, + {41, nullptr, "IsRebootEnabled"}, {100, nullptr, "PopRequestLaunchApplicationForDebug"}, {110, nullptr, "IsForceTerminateApplicationDisabledForDebug"}, {200, nullptr, "LaunchDevMenu"}, + {1000, nullptr, "SetLastApplicationExitReason"}, }; // clang-format on |