summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2021-09-27 03:13:09 +0200
committergerman77 <juangerman-13@hotmail.com>2021-09-27 03:13:09 +0200
commitd780eab357e6bc73dfac819449fe88748b599342 (patch)
tree905dccb4c1bbeb0a28d4e4a4d25fe6b49001d0be
parentservice/vi: Update to 13.0.0 (diff)
downloadyuzu-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
-rw-r--r--src/core/hle/service/npns/npns.cpp1
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"},