diff options
| -rw-r--r-- | src/core/hle/service/ns/ns.cpp | 6 |
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_ | |||
| 158 | {605, nullptr, "ListApplicationContentMetaStatusWithRightsCheck"}, | 158 | {605, nullptr, "ListApplicationContentMetaStatusWithRightsCheck"}, |
| 159 | {606, nullptr, "GetContentMetaStorage"}, | 159 | {606, nullptr, "GetContentMetaStorage"}, |
| 160 | {607, nullptr, "ListAvailableAddOnContent"}, | 160 | {607, nullptr, "ListAvailableAddOnContent"}, |
| 161 | {609, nullptr, "ListAvailabilityAssuredAddOnContent"}, | ||
| 161 | {700, nullptr, "PushDownloadTaskList"}, | 162 | {700, nullptr, "PushDownloadTaskList"}, |
| 162 | {701, nullptr, "ClearTaskStatusList"}, | 163 | {701, nullptr, "ClearTaskStatusList"}, |
| 163 | {702, nullptr, "RequestDownloadTaskList"}, | 164 | {702, nullptr, "RequestDownloadTaskList"}, |
| @@ -289,6 +290,11 @@ IApplicationManagerInterface::IApplicationManagerInterface(Core::System& system_ | |||
| 289 | {2514, nullptr, "ClearTaskOfAsyncTaskManager"}, | 290 | {2514, nullptr, "ClearTaskOfAsyncTaskManager"}, |
| 290 | {2515, nullptr, "CleanupAllPlaceHolderAndFragmentsIfNoTask"}, | 291 | {2515, nullptr, "CleanupAllPlaceHolderAndFragmentsIfNoTask"}, |
| 291 | {2516, nullptr, "EnsureApplicationCertificate"}, | 292 | {2516, nullptr, "EnsureApplicationCertificate"}, |
| 293 | {2517, nullptr, "CreateApplicationInstance"}, | ||
| 294 | {2518, nullptr, "UpdateQualificationForDebug"}, | ||
| 295 | {2519, nullptr, "IsQualificationTransitionSupported"}, | ||
| 296 | {2520, nullptr, "IsQualificationTransitionSupportedByProcessId"}, | ||
| 297 | {2521, nullptr, "GetRightsUserChangedEvent"}, | ||
| 292 | {2800, nullptr, "GetApplicationIdOfPreomia"}, | 298 | {2800, nullptr, "GetApplicationIdOfPreomia"}, |
| 293 | {3000, nullptr, "RegisterDeviceLockKey"}, | 299 | {3000, nullptr, "RegisterDeviceLockKey"}, |
| 294 | {3001, nullptr, "UnregisterDeviceLockKey"}, | 300 | {3001, nullptr, "UnregisterDeviceLockKey"}, |