summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/am.cpp
diff options
context:
space:
mode:
authorNarr the Reg <juangerman-13@hotmail.com>2023-02-24 19:52:32 +0100
committerNarr the Reg <juangerman-13@hotmail.com>2023-02-25 01:17:36 +0100
commit39ca7b2928ba130446ba0fd9f0d07eb25baeb4a0 (patch)
tree2e9ebbbc43d2886279c106ac7995123c45186633 /src/core/hle/service/am/am.cpp
parentMerge pull request #9842 from german77/proper_real_mouse (diff)
downloadyuzu-39ca7b2928ba130446ba0fd9f0d07eb25baeb4a0.tar
yuzu-39ca7b2928ba130446ba0fd9f0d07eb25baeb4a0.tar.gz
yuzu-39ca7b2928ba130446ba0fd9f0d07eb25baeb4a0.tar.bz2
yuzu-39ca7b2928ba130446ba0fd9f0d07eb25baeb4a0.tar.lz
yuzu-39ca7b2928ba130446ba0fd9f0d07eb25baeb4a0.tar.xz
yuzu-39ca7b2928ba130446ba0fd9f0d07eb25baeb4a0.tar.zst
yuzu-39ca7b2928ba130446ba0fd9f0d07eb25baeb4a0.zip
Diffstat (limited to 'src/core/hle/service/am/am.cpp')
-rw-r--r--src/core/hle/service/am/am.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/hle/service/am/am.cpp b/src/core/hle/service/am/am.cpp
index beb2da06e..26af499d2 100644
--- a/src/core/hle/service/am/am.cpp
+++ b/src/core/hle/service/am/am.cpp
@@ -226,6 +226,8 @@ IDebugFunctions::IDebugFunctions(Core::System& system_)
{30, nullptr, "RequestLaunchApplicationWithUserAndArgumentForDebug"},
{31, nullptr, "RequestLaunchApplicationByApplicationLaunchInfoForDebug"},
{40, nullptr, "GetAppletResourceUsageInfo"},
+ {50, nullptr, "AddSystemProgramIdAndAppletIdForDebug"},
+ {51, nullptr, "AddOperationConfirmedLibraryAppletIdForDebug"},
{100, nullptr, "SetCpuBoostModeForApplet"},
{101, nullptr, "CancelCpuBoostModeForApplet"},
{110, nullptr, "PushToAppletBoundChannelForDebug"},
@@ -237,6 +239,8 @@ IDebugFunctions::IDebugFunctions(Core::System& system_)
{131, nullptr, "FriendInvitationClearApplicationParameter"},
{132, nullptr, "FriendInvitationPushApplicationParameter"},
{140, nullptr, "RestrictPowerOperationForSecureLaunchModeForDebug"},
+ {200, nullptr, "CreateFloatingLibraryAppletAccepterForDebug"},
+ {300, nullptr, "TerminateAllRunningApplicationsForDebug"},
{900, nullptr, "GetGrcProcessLaunchedSystemEvent"},
};
// clang-format on
@@ -1855,6 +1859,8 @@ IHomeMenuFunctions::IHomeMenuFunctions(Core::System& system_)
{31, nullptr, "GetWriterLockAccessorEx"},
{40, nullptr, "IsSleepEnabled"},
{41, nullptr, "IsRebootEnabled"},
+ {50, nullptr, "LaunchSystemApplet"},
+ {51, nullptr, "LaunchStarter"},
{100, nullptr, "PopRequestLaunchApplicationForDebug"},
{110, nullptr, "IsForceTerminateApplicationDisabledForDebug"},
{200, nullptr, "LaunchDevMenu"},