diff options
author | german77 <juangerman-13@hotmail.com> | 2021-09-27 03:13:09 +0200 |
---|---|---|
committer | german77 <juangerman-13@hotmail.com> | 2021-09-27 03:13:09 +0200 |
commit | d780eab357e6bc73dfac819449fe88748b599342 (patch) | |
tree | 905dccb4c1bbeb0a28d4e4a4d25fe6b49001d0be /src/core/hle/service/npns | |
parent | service/vi: Update to 13.0.0 (diff) | |
download | yuzu-d780eab357e6bc73dfac819449fe88748b599342.tar yuzu-d780eab357e6bc73dfac819449fe88748b599342.tar.gz yuzu-d780eab357e6bc73dfac819449fe88748b599342.tar.bz2 yuzu-d780eab357e6bc73dfac819449fe88748b599342.tar.lz yuzu-d780eab357e6bc73dfac819449fe88748b599342.tar.xz yuzu-d780eab357e6bc73dfac819449fe88748b599342.tar.zst yuzu-d780eab357e6bc73dfac819449fe88748b599342.zip |
Diffstat (limited to 'src/core/hle/service/npns')
-rw-r--r-- | src/core/hle/service/npns/npns.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/npns/npns.cpp b/src/core/hle/service/npns/npns.cpp index e4c703da4..32533cd94 100644 --- a/src/core/hle/service/npns/npns.cpp +++ b/src/core/hle/service/npns/npns.cpp @@ -31,6 +31,7 @@ public: {24, nullptr, "DestroyTokenWithApplicationId"}, {25, nullptr, "QueryIsTokenValid"}, {26, nullptr, "ListenToMyApplicationId"}, + {27, nullptr, "DestroyTokenAll"}, {31, nullptr, "UploadTokenToBaaS"}, {32, nullptr, "DestroyTokenForBaaS"}, {33, nullptr, "CreateTokenForBaaS"}, |