diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/core/hle/service/ns/ns.cpp | 34 |
1 files changed, 20 insertions, 14 deletions
diff --git a/src/core/hle/service/ns/ns.cpp b/src/core/hle/service/ns/ns.cpp index 2663f56b1..0eb04037a 100644 --- a/src/core/hle/service/ns/ns.cpp +++ b/src/core/hle/service/ns/ns.cpp | |||
| @@ -43,7 +43,7 @@ public: | |||
| 43 | {11, nullptr, "CalculateApplicationOccupiedSize"}, | 43 | {11, nullptr, "CalculateApplicationOccupiedSize"}, |
| 44 | {16, nullptr, "PushApplicationRecord"}, | 44 | {16, nullptr, "PushApplicationRecord"}, |
| 45 | {17, nullptr, "ListApplicationRecordContentMeta"}, | 45 | {17, nullptr, "ListApplicationRecordContentMeta"}, |
| 46 | {19, nullptr, "LaunchApplication"}, | 46 | {19, nullptr, "LaunchApplicationOld"}, |
| 47 | {21, nullptr, "GetApplicationContentPath"}, | 47 | {21, nullptr, "GetApplicationContentPath"}, |
| 48 | {22, nullptr, "TerminateApplication"}, | 48 | {22, nullptr, "TerminateApplication"}, |
| 49 | {23, nullptr, "ResolveApplicationContentPath"}, | 49 | {23, nullptr, "ResolveApplicationContentPath"}, |
| @@ -96,10 +96,10 @@ public: | |||
| 96 | {86, nullptr, "EnableApplicationCrashReport"}, | 96 | {86, nullptr, "EnableApplicationCrashReport"}, |
| 97 | {87, nullptr, "IsApplicationCrashReportEnabled"}, | 97 | {87, nullptr, "IsApplicationCrashReportEnabled"}, |
| 98 | {90, nullptr, "BoostSystemMemoryResourceLimit"}, | 98 | {90, nullptr, "BoostSystemMemoryResourceLimit"}, |
| 99 | {91, nullptr, "Unknown1"}, | 99 | {91, nullptr, "DeprecatedLaunchApplication"}, |
| 100 | {92, nullptr, "Unknown2"}, | 100 | {92, nullptr, "GetRunningApplicationProgramId"}, |
| 101 | {93, nullptr, "GetMainApplicationProgramIndex"}, | 101 | {93, nullptr, "GetMainApplicationProgramIndex"}, |
| 102 | {94, nullptr, "LaunchApplication2"}, | 102 | {94, nullptr, "LaunchApplication"}, |
| 103 | {95, nullptr, "GetApplicationLaunchInfo"}, | 103 | {95, nullptr, "GetApplicationLaunchInfo"}, |
| 104 | {96, nullptr, "AcquireApplicationLaunchInfo"}, | 104 | {96, nullptr, "AcquireApplicationLaunchInfo"}, |
| 105 | {97, nullptr, "GetMainApplicationProgramIndex2"}, | 105 | {97, nullptr, "GetMainApplicationProgramIndex2"}, |
| @@ -163,7 +163,7 @@ public: | |||
| 163 | {907, nullptr, "WithdrawApplicationUpdateRequest"}, | 163 | {907, nullptr, "WithdrawApplicationUpdateRequest"}, |
| 164 | {908, nullptr, "ListApplicationRecordInstalledContentMeta"}, | 164 | {908, nullptr, "ListApplicationRecordInstalledContentMeta"}, |
| 165 | {909, nullptr, "WithdrawCleanupAddOnContentsWithNoRightsRecommendation"}, | 165 | {909, nullptr, "WithdrawCleanupAddOnContentsWithNoRightsRecommendation"}, |
| 166 | {910, nullptr, "Unknown3"}, | 166 | {910, nullptr, "HasApplicationRecord"}, |
| 167 | {911, nullptr, "SetPreInstalledApplication"}, | 167 | {911, nullptr, "SetPreInstalledApplication"}, |
| 168 | {912, nullptr, "ClearPreInstalledApplicationFlag"}, | 168 | {912, nullptr, "ClearPreInstalledApplicationFlag"}, |
| 169 | {1000, nullptr, "RequestVerifyApplicationDeprecated"}, | 169 | {1000, nullptr, "RequestVerifyApplicationDeprecated"}, |
| @@ -219,10 +219,10 @@ public: | |||
| 219 | {2015, nullptr, "CompareSystemDeliveryInfo"}, | 219 | {2015, nullptr, "CompareSystemDeliveryInfo"}, |
| 220 | {2016, nullptr, "ListNotCommittedContentMeta"}, | 220 | {2016, nullptr, "ListNotCommittedContentMeta"}, |
| 221 | {2017, nullptr, "CreateDownloadTask"}, | 221 | {2017, nullptr, "CreateDownloadTask"}, |
| 222 | {2018, nullptr, "Unknown4"}, | 222 | {2018, nullptr, "GetApplicationDeliveryInfoHash"}, |
| 223 | {2050, nullptr, "Unknown5"}, | 223 | {2050, nullptr, "GetApplicationRightsOnClient"}, |
| 224 | {2100, nullptr, "Unknown6"}, | 224 | {2100, nullptr, "GetApplicationTerminateResult"}, |
| 225 | {2101, nullptr, "Unknown7"}, | 225 | {2101, nullptr, "GetRawApplicationTerminateResult"}, |
| 226 | {2150, nullptr, "CreateRightsEnvironment"}, | 226 | {2150, nullptr, "CreateRightsEnvironment"}, |
| 227 | {2151, nullptr, "DestroyRightsEnvironment"}, | 227 | {2151, nullptr, "DestroyRightsEnvironment"}, |
| 228 | {2152, nullptr, "ActivateRightsEnvironment"}, | 228 | {2152, nullptr, "ActivateRightsEnvironment"}, |
| @@ -237,10 +237,10 @@ public: | |||
| 237 | {2182, nullptr, "SetActiveRightsContextUsingStateToRightsEnvironment"}, | 237 | {2182, nullptr, "SetActiveRightsContextUsingStateToRightsEnvironment"}, |
| 238 | {2190, nullptr, "GetRightsEnvironmentHandleForApplication"}, | 238 | {2190, nullptr, "GetRightsEnvironmentHandleForApplication"}, |
| 239 | {2199, nullptr, "GetRightsEnvironmentCountForDebug"}, | 239 | {2199, nullptr, "GetRightsEnvironmentCountForDebug"}, |
| 240 | {2200, nullptr, "Unknown8"}, | 240 | {2200, nullptr, "GetGameCardApplicationCopyIdentifier"}, |
| 241 | {2201, nullptr, "Unknown9"}, | 241 | {2201, nullptr, "GetInstalledApplicationCopyIdentifier"}, |
| 242 | {2250, nullptr, "Unknown10"}, | 242 | {2250, nullptr, "RequestReportActiveELicence"}, |
| 243 | {2300, nullptr, "Unknown11"}, | 243 | {2300, nullptr, "ListEventLog"}, |
| 244 | }; | 244 | }; |
| 245 | // clang-format on | 245 | // clang-format on |
| 246 | 246 | ||
| @@ -355,6 +355,7 @@ public: | |||
| 355 | static const FunctionInfo functions[] = { | 355 | static const FunctionInfo functions[] = { |
| 356 | {21, nullptr, "GetApplicationContentPath"}, | 356 | {21, nullptr, "GetApplicationContentPath"}, |
| 357 | {23, nullptr, "ResolveApplicationContentPath"}, | 357 | {23, nullptr, "ResolveApplicationContentPath"}, |
| 358 | {93, nullptr, "GetRunningApplicationProgramId"}, | ||
| 358 | }; | 359 | }; |
| 359 | // clang-format on | 360 | // clang-format on |
| 360 | 361 | ||
| @@ -389,6 +390,11 @@ public: | |||
| 389 | // clang-format off | 390 | // clang-format off |
| 390 | static const FunctionInfo functions[] = { | 391 | static const FunctionInfo functions[] = { |
| 391 | {0, nullptr, "RequestLinkDevice"}, | 392 | {0, nullptr, "RequestLinkDevice"}, |
| 393 | {1, nullptr, "RequestCleanupAllPreInstalledApplications"}, | ||
| 394 | {2, nullptr, "RequestCleanupPreInstalledApplication"}, | ||
| 395 | {3, nullptr, "RequestSyncRights"}, | ||
| 396 | {4, nullptr, "RequestUnlinkDevice"}, | ||
| 397 | {5, nullptr, "RequestRevokeAllELicense"}, | ||
| 392 | }; | 398 | }; |
| 393 | // clang-format on | 399 | // clang-format on |
| 394 | 400 | ||
| @@ -403,7 +409,7 @@ public: | |||
| 403 | static const FunctionInfo functions[] = { | 409 | static const FunctionInfo functions[] = { |
| 404 | {100, nullptr, "ResetToFactorySettings"}, | 410 | {100, nullptr, "ResetToFactorySettings"}, |
| 405 | {101, nullptr, "ResetToFactorySettingsWithoutUserSaveData"}, | 411 | {101, nullptr, "ResetToFactorySettingsWithoutUserSaveData"}, |
| 406 | {102, nullptr, "ResetToFactorySettingsForRefurbishment "}, | 412 | {102, nullptr, "ResetToFactorySettingsForRefurbishment"}, |
| 407 | }; | 413 | }; |
| 408 | // clang-format on | 414 | // clang-format on |
| 409 | 415 | ||