diff options
author | german77 <juangerman-13@hotmail.com> | 2021-04-08 21:49:38 +0200 |
---|---|---|
committer | german77 <juangerman-13@hotmail.com> | 2021-04-09 03:40:25 +0200 |
commit | c37b8a1028e1dc2cc39252eec68477582c831209 (patch) | |
tree | 5c4224e08b32fe3148101d1ec986ebe94b8be312 /src/core/hle | |
parent | ldr: Use proper names (diff) | |
download | yuzu-c37b8a1028e1dc2cc39252eec68477582c831209.tar yuzu-c37b8a1028e1dc2cc39252eec68477582c831209.tar.gz yuzu-c37b8a1028e1dc2cc39252eec68477582c831209.tar.bz2 yuzu-c37b8a1028e1dc2cc39252eec68477582c831209.tar.lz yuzu-c37b8a1028e1dc2cc39252eec68477582c831209.tar.xz yuzu-c37b8a1028e1dc2cc39252eec68477582c831209.tar.zst yuzu-c37b8a1028e1dc2cc39252eec68477582c831209.zip |
Diffstat (limited to 'src/core/hle')
-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_) {100, nullptr, "RequestApplicationFunctionAuthorization"}, {101, nullptr, "RequestApplicationFunctionAuthorizationByProcessId"}, {102, nullptr, "RequestApplicationFunctionAuthorizationByApplicationId"}, + {103, nullptr, "RefreshApplicationFunctionBlackListDebugRecord"}, + {104, nullptr, "RequestApplicationFunctionAuthorizationByProgramId"}, + {105, nullptr, "GetFunctionBlackListSystemVersionToAuthorize"}, + {106, nullptr, "GetFunctionBlackListVersion"}, {1000, nullptr, "LoadNgWordDataForPlatformRegionChina"}, {1001, nullptr, "GetNgWordDataSizeForPlatformRegionChina"}, }; |