summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2021-04-07 07:51:15 +0200
committerMorph <39850852+Morph1984@users.noreply.github.com>2021-04-07 07:53:04 +0200
commitad0d5818a652bb13b1b7835cf2fbe50c818175e5 (patch)
treeeefd736edf5cdb7a03ff9485d7ab909701be8615
parentICommonStateGetter: Update to 12.x (diff)
downloadyuzu-ad0d5818a652bb13b1b7835cf2fbe50c818175e5.tar
yuzu-ad0d5818a652bb13b1b7835cf2fbe50c818175e5.tar.gz
yuzu-ad0d5818a652bb13b1b7835cf2fbe50c818175e5.tar.bz2
yuzu-ad0d5818a652bb13b1b7835cf2fbe50c818175e5.tar.lz
yuzu-ad0d5818a652bb13b1b7835cf2fbe50c818175e5.tar.xz
yuzu-ad0d5818a652bb13b1b7835cf2fbe50c818175e5.tar.zst
yuzu-ad0d5818a652bb13b1b7835cf2fbe50c818175e5.zip
-rw-r--r--src/core/hle/service/am/am.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/service/am/am.cpp b/src/core/hle/service/am/am.cpp
index 95bbda7aa..3158aacdd 100644
--- a/src/core/hle/service/am/am.cpp
+++ b/src/core/hle/service/am/am.cpp
@@ -231,6 +231,7 @@ IDebugFunctions::IDebugFunctions(Core::System& system_)
{10, nullptr, "PerformSystemButtonPressing"},
{20, nullptr, "InvalidateTransitionLayer"},
{30, nullptr, "RequestLaunchApplicationWithUserAndArgumentForDebug"},
+ {31, nullptr, "RequestLaunchApplicationByApplicationLaunchInfoForDebug"},
{40, nullptr, "GetAppletResourceUsageInfo"},
{100, nullptr, "SetCpuBoostModeForApplet"},
{101, nullptr, "CancelCpuBoostModeForApplet"},
@@ -242,6 +243,7 @@ IDebugFunctions::IDebugFunctions(Core::System& system_)
{130, nullptr, "FriendInvitationSetApplicationParameter"},
{131, nullptr, "FriendInvitationClearApplicationParameter"},
{132, nullptr, "FriendInvitationPushApplicationParameter"},
+ {900, nullptr, "GetGrcProcessLaunchedSystemEvent"},
};
// clang-format on