diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2021-04-07 07:42:31 +0200 |
---|---|---|
committer | Morph <39850852+Morph1984@users.noreply.github.com> | 2021-04-07 07:53:04 +0200 |
commit | 95fa89da27b85239133380a53832d9ff85573a1d (patch) | |
tree | db093fbaad956d01454178acac37efb4bb1e436e | |
parent | Merge pull request #6146 from lat9nq/vp9_empty_memcpy (diff) | |
download | yuzu-95fa89da27b85239133380a53832d9ff85573a1d.tar yuzu-95fa89da27b85239133380a53832d9ff85573a1d.tar.gz yuzu-95fa89da27b85239133380a53832d9ff85573a1d.tar.bz2 yuzu-95fa89da27b85239133380a53832d9ff85573a1d.tar.lz yuzu-95fa89da27b85239133380a53832d9ff85573a1d.tar.xz yuzu-95fa89da27b85239133380a53832d9ff85573a1d.tar.zst yuzu-95fa89da27b85239133380a53832d9ff85573a1d.zip |
-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 |