summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/am.cpp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2022-07-17 21:30:52 +0200
committerGitHub <noreply@github.com>2022-07-17 21:30:52 +0200
commita5bdf824e66d23a16af6a1b43256415570b1a8b3 (patch)
tree7513f9013bd6295ace422655214d633273f38c8f /src/core/hle/service/am/am.cpp
parentMerge pull request #8525 from lat9nq/update-sdl (diff)
parentservice: fatal: Add function table (diff)
downloadyuzu-a5bdf824e66d23a16af6a1b43256415570b1a8b3.tar
yuzu-a5bdf824e66d23a16af6a1b43256415570b1a8b3.tar.gz
yuzu-a5bdf824e66d23a16af6a1b43256415570b1a8b3.tar.bz2
yuzu-a5bdf824e66d23a16af6a1b43256415570b1a8b3.tar.lz
yuzu-a5bdf824e66d23a16af6a1b43256415570b1a8b3.tar.xz
yuzu-a5bdf824e66d23a16af6a1b43256415570b1a8b3.tar.zst
yuzu-a5bdf824e66d23a16af6a1b43256415570b1a8b3.zip
Diffstat (limited to 'src/core/hle/service/am/am.cpp')
-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 d35644e73..9c62ebc60 100644
--- a/src/core/hle/service/am/am.cpp
+++ b/src/core/hle/service/am/am.cpp
@@ -238,6 +238,7 @@ IDebugFunctions::IDebugFunctions(Core::System& system_)
{130, nullptr, "FriendInvitationSetApplicationParameter"},
{131, nullptr, "FriendInvitationClearApplicationParameter"},
{132, nullptr, "FriendInvitationPushApplicationParameter"},
+ {140, nullptr, "RestrictPowerOperationForSecureLaunchModeForDebug"},
{900, nullptr, "GetGrcProcessLaunchedSystemEvent"},
};
// clang-format on
@@ -1310,6 +1311,8 @@ IApplicationFunctions::IApplicationFunctions(Core::System& system_)
{33, &IApplicationFunctions::EndBlockingHomeButton, "EndBlockingHomeButton"},
{34, nullptr, "SelectApplicationLicense"},
{35, nullptr, "GetDeviceSaveDataSizeMax"},
+ {36, nullptr, "GetLimitedApplicationLicense"},
+ {37, nullptr, "GetLimitedApplicationLicenseUpgradableEvent"},
{40, &IApplicationFunctions::NotifyRunning, "NotifyRunning"},
{50, &IApplicationFunctions::GetPseudoDeviceId, "GetPseudoDeviceId"},
{60, nullptr, "SetMediaPlaybackStateForApplication"},