diff options
| -rw-r--r-- | src/core/hle/service/ns/pl_u.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/hle/service/ns/pl_u.cpp b/src/core/hle/service/ns/pl_u.cpp index fcd15d81f..da139fdc4 100644 --- a/src/core/hle/service/ns/pl_u.cpp +++ b/src/core/hle/service/ns/pl_u.cpp | |||
| @@ -154,6 +154,10 @@ PL_U::PL_U(Core::System& system_) | |||
| 154 | {100, nullptr, "RequestApplicationFunctionAuthorization"}, | 154 | {100, nullptr, "RequestApplicationFunctionAuthorization"}, |
| 155 | {101, nullptr, "RequestApplicationFunctionAuthorizationByProcessId"}, | 155 | {101, nullptr, "RequestApplicationFunctionAuthorizationByProcessId"}, |
| 156 | {102, nullptr, "RequestApplicationFunctionAuthorizationByApplicationId"}, | 156 | {102, nullptr, "RequestApplicationFunctionAuthorizationByApplicationId"}, |
| 157 | {103, nullptr, "RefreshApplicationFunctionBlackListDebugRecord"}, | ||
| 158 | {104, nullptr, "RequestApplicationFunctionAuthorizationByProgramId"}, | ||
| 159 | {105, nullptr, "GetFunctionBlackListSystemVersionToAuthorize"}, | ||
| 160 | {106, nullptr, "GetFunctionBlackListVersion"}, | ||
| 157 | {1000, nullptr, "LoadNgWordDataForPlatformRegionChina"}, | 161 | {1000, nullptr, "LoadNgWordDataForPlatformRegionChina"}, |
| 158 | {1001, nullptr, "GetNgWordDataSizeForPlatformRegionChina"}, | 162 | {1001, nullptr, "GetNgWordDataSizeForPlatformRegionChina"}, |
| 159 | }; | 163 | }; |