summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2021-04-07 07:42:31 +0200
committerMorph <39850852+Morph1984@users.noreply.github.com>2021-04-07 07:53:04 +0200
commit95fa89da27b85239133380a53832d9ff85573a1d (patch)
treedb093fbaad956d01454178acac37efb4bb1e436e
parentMerge pull request #6146 from lat9nq/vp9_empty_memcpy (diff)
downloadyuzu-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.cpp3
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