summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/am.cpp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2020-10-28 21:47:56 +0100
committerGitHub <noreply@github.com>2020-10-28 21:47:56 +0100
commit7af2cb4318a3b5c4dc23e007f1060ce794cbc341 (patch)
treea31798c7fa98e9145505e6180b6c7527674d6232 /src/core/hle/service/am/am.cpp
parentMerge pull request #4845 from lioncash/inih (diff)
parentservice: Update function tables (diff)
downloadyuzu-7af2cb4318a3b5c4dc23e007f1060ce794cbc341.tar
yuzu-7af2cb4318a3b5c4dc23e007f1060ce794cbc341.tar.gz
yuzu-7af2cb4318a3b5c4dc23e007f1060ce794cbc341.tar.bz2
yuzu-7af2cb4318a3b5c4dc23e007f1060ce794cbc341.tar.lz
yuzu-7af2cb4318a3b5c4dc23e007f1060ce794cbc341.tar.xz
yuzu-7af2cb4318a3b5c4dc23e007f1060ce794cbc341.tar.zst
yuzu-7af2cb4318a3b5c4dc23e007f1060ce794cbc341.zip
Diffstat (limited to 'src/core/hle/service/am/am.cpp')
-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 d7a81f64a..2ce742e35 100644
--- a/src/core/hle/service/am/am.cpp
+++ b/src/core/hle/service/am/am.cpp
@@ -1201,6 +1201,8 @@ IApplicationFunctions::IApplicationFunctions(Core::System& system_)
{151, nullptr, "TryPopFromNotificationStorageChannel"},
{160, nullptr, "GetHealthWarningDisappearedSystemEvent"},
{170, nullptr, "SetHdcpAuthenticationActivated"},
+ {180, nullptr, "GetLaunchRequiredVersion"},
+ {181, nullptr, "UpgradeLaunchRequiredVersion"},
{500, nullptr, "StartContinuousRecordingFlushForDebug"},
{1000, nullptr, "CreateMovieMaker"},
{1001, nullptr, "PrepareForJit"},