summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2021-04-07 17:14:42 +0200
committerMorph <39850852+Morph1984@users.noreply.github.com>2021-04-09 06:49:47 +0200
commite0bddf8f0772837e0966637cc8a7127ddc91b4bb (patch)
treec11c1eabffdfc87cfb12911af25715f9d4472573
parentbgtc: Update to 12.x and implement OpenTaskService (diff)
downloadyuzu-e0bddf8f0772837e0966637cc8a7127ddc91b4bb.tar
yuzu-e0bddf8f0772837e0966637cc8a7127ddc91b4bb.tar.gz
yuzu-e0bddf8f0772837e0966637cc8a7127ddc91b4bb.tar.bz2
yuzu-e0bddf8f0772837e0966637cc8a7127ddc91b4bb.tar.lz
yuzu-e0bddf8f0772837e0966637cc8a7127ddc91b4bb.tar.xz
yuzu-e0bddf8f0772837e0966637cc8a7127ddc91b4bb.tar.zst
yuzu-e0bddf8f0772837e0966637cc8a7127ddc91b4bb.zip
-rw-r--r--src/core/hle/service/npns/npns.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/hle/service/npns/npns.cpp b/src/core/hle/service/npns/npns.cpp
index f7a58f659..e4c703da4 100644
--- a/src/core/hle/service/npns/npns.cpp
+++ b/src/core/hle/service/npns/npns.cpp
@@ -49,6 +49,8 @@ public:
{151, nullptr, "GetStateWithHandover"},
{152, nullptr, "GetStateChangeEventWithHandover"},
{153, nullptr, "GetDropEventWithHandover"},
+ {154, nullptr, "CreateTokenAsync"},
+ {155, nullptr, "CreateTokenAsyncWithApplicationId"},
{161, nullptr, "GetRequestChangeStateCancelEvent"},
{162, nullptr, "RequestChangeStateForceTimedWithCancelEvent"},
{201, nullptr, "RequestChangeStateForceTimed"},
@@ -84,6 +86,7 @@ public:
{151, nullptr, "GetStateWithHandover"},
{152, nullptr, "GetStateChangeEventWithHandover"},
{153, nullptr, "GetDropEventWithHandover"},
+ {154, nullptr, "CreateTokenAsync"},
};
// clang-format on