summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ns/pl_u.cpp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2020-04-26 10:15:47 +0200
committerGitHub <noreply@github.com>2020-04-26 10:15:47 +0200
commit11e1629d898d5f66bde9817f2453f5a072a2e6a0 (patch)
treea4abdaf10d804d4d1fe5af69407b8c86f569a3ed /src/core/hle/service/ns/pl_u.cpp
parentMerge pull request #3753 from ReinUsesLisp/ac-vulkan (diff)
parentservice: Update function tables (diff)
downloadyuzu-11e1629d898d5f66bde9817f2453f5a072a2e6a0.tar
yuzu-11e1629d898d5f66bde9817f2453f5a072a2e6a0.tar.gz
yuzu-11e1629d898d5f66bde9817f2453f5a072a2e6a0.tar.bz2
yuzu-11e1629d898d5f66bde9817f2453f5a072a2e6a0.tar.lz
yuzu-11e1629d898d5f66bde9817f2453f5a072a2e6a0.tar.xz
yuzu-11e1629d898d5f66bde9817f2453f5a072a2e6a0.tar.zst
yuzu-11e1629d898d5f66bde9817f2453f5a072a2e6a0.zip
Diffstat (limited to 'src/core/hle/service/ns/pl_u.cpp')
-rw-r--r--src/core/hle/service/ns/pl_u.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/ns/pl_u.cpp b/src/core/hle/service/ns/pl_u.cpp
index ab1746d28..6efdf1606 100644
--- a/src/core/hle/service/ns/pl_u.cpp
+++ b/src/core/hle/service/ns/pl_u.cpp
@@ -164,6 +164,7 @@ PL_U::PL_U(Core::System& system)
{6, nullptr, "GetSharedFontInOrderOfPriorityForSystem"},
{100, nullptr, "RequestApplicationFunctionAuthorization"},
{101, nullptr, "RequestApplicationFunctionAuthorizationForSystem"},
+ {102, nullptr, "RequestApplicationFunctionAuthorizationByApplicationId"},
{1000, nullptr, "LoadNgWordDataForPlatformRegionChina"},
{1001, nullptr, "GetNgWordDataSizeForPlatformRegionChina"},
};