summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2020-10-28 02:19:44 +0100
committerLioncash <mathew1800@gmail.com>2020-10-28 02:19:46 +0100
commit020519def8666a20151f63807093e9f33eccfdf0 (patch)
tree87eb9faf6621b32d333c1cfa7d0e8a6852207b41 /src/core/hle/service/am
parentMerge pull request #4729 from ameerj/nvdec-prod (diff)
downloadyuzu-020519def8666a20151f63807093e9f33eccfdf0.tar
yuzu-020519def8666a20151f63807093e9f33eccfdf0.tar.gz
yuzu-020519def8666a20151f63807093e9f33eccfdf0.tar.bz2
yuzu-020519def8666a20151f63807093e9f33eccfdf0.tar.lz
yuzu-020519def8666a20151f63807093e9f33eccfdf0.tar.xz
yuzu-020519def8666a20151f63807093e9f33eccfdf0.tar.zst
yuzu-020519def8666a20151f63807093e9f33eccfdf0.zip
Diffstat (limited to 'src/core/hle/service/am')
-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"},