summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2022-01-21 22:21:35 +0100
committerLioncash <mathew1800@gmail.com>2022-01-21 22:21:35 +0100
commit7ba6f68a8db067d299ca7be0f7cb658e94819502 (patch)
tree525bd34c7ae3ef3644af055efdb4581f8e342981
parentservice/nim: Update unknown function table entries (diff)
downloadyuzu-7ba6f68a8db067d299ca7be0f7cb658e94819502.tar
yuzu-7ba6f68a8db067d299ca7be0f7cb658e94819502.tar.gz
yuzu-7ba6f68a8db067d299ca7be0f7cb658e94819502.tar.bz2
yuzu-7ba6f68a8db067d299ca7be0f7cb658e94819502.tar.lz
yuzu-7ba6f68a8db067d299ca7be0f7cb658e94819502.tar.xz
yuzu-7ba6f68a8db067d299ca7be0f7cb658e94819502.tar.zst
yuzu-7ba6f68a8db067d299ca7be0f7cb658e94819502.zip
-rw-r--r--src/core/hle/service/ns/ns.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/hle/service/ns/ns.cpp b/src/core/hle/service/ns/ns.cpp
index 382ddcae5..5eaad0474 100644
--- a/src/core/hle/service/ns/ns.cpp
+++ b/src/core/hle/service/ns/ns.cpp
@@ -158,6 +158,7 @@ IApplicationManagerInterface::IApplicationManagerInterface(Core::System& system_
{605, nullptr, "ListApplicationContentMetaStatusWithRightsCheck"},
{606, nullptr, "GetContentMetaStorage"},
{607, nullptr, "ListAvailableAddOnContent"},
+ {609, nullptr, "ListAvailabilityAssuredAddOnContent"},
{700, nullptr, "PushDownloadTaskList"},
{701, nullptr, "ClearTaskStatusList"},
{702, nullptr, "RequestDownloadTaskList"},
@@ -289,6 +290,11 @@ IApplicationManagerInterface::IApplicationManagerInterface(Core::System& system_
{2514, nullptr, "ClearTaskOfAsyncTaskManager"},
{2515, nullptr, "CleanupAllPlaceHolderAndFragmentsIfNoTask"},
{2516, nullptr, "EnsureApplicationCertificate"},
+ {2517, nullptr, "CreateApplicationInstance"},
+ {2518, nullptr, "UpdateQualificationForDebug"},
+ {2519, nullptr, "IsQualificationTransitionSupported"},
+ {2520, nullptr, "IsQualificationTransitionSupportedByProcessId"},
+ {2521, nullptr, "GetRightsUserChangedEvent"},
{2800, nullptr, "GetApplicationIdOfPreomia"},
{3000, nullptr, "RegisterDeviceLockKey"},
{3001, nullptr, "UnregisterDeviceLockKey"},