diff options
Diffstat (limited to 'src')
| -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_) | |||
| 1705 | {21, &IHomeMenuFunctions::GetPopFromGeneralChannelEvent, "GetPopFromGeneralChannelEvent"}, | 1705 | {21, &IHomeMenuFunctions::GetPopFromGeneralChannelEvent, "GetPopFromGeneralChannelEvent"}, |
| 1706 | {30, nullptr, "GetHomeButtonWriterLockAccessor"}, | 1706 | {30, nullptr, "GetHomeButtonWriterLockAccessor"}, |
| 1707 | {31, nullptr, "GetWriterLockAccessorEx"}, | 1707 | {31, nullptr, "GetWriterLockAccessorEx"}, |
| 1708 | {40, nullptr, "IsSleepEnabled"}, | ||
| 1709 | {41, nullptr, "IsRebootEnabled"}, | ||
| 1708 | {100, nullptr, "PopRequestLaunchApplicationForDebug"}, | 1710 | {100, nullptr, "PopRequestLaunchApplicationForDebug"}, |
| 1709 | {110, nullptr, "IsForceTerminateApplicationDisabledForDebug"}, | 1711 | {110, nullptr, "IsForceTerminateApplicationDisabledForDebug"}, |
| 1710 | {200, nullptr, "LaunchDevMenu"}, | 1712 | {200, nullptr, "LaunchDevMenu"}, |
| 1713 | {1000, nullptr, "SetLastApplicationExitReason"}, | ||
| 1711 | }; | 1714 | }; |
| 1712 | // clang-format on | 1715 | // clang-format on |
| 1713 | 1716 | ||