summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Morph2021-04-07 11:14:42 -0400
committerGravatar Morph2021-04-09 00:49:47 -0400
commite0bddf8f0772837e0966637cc8a7127ddc91b4bb (patch)
treec11c1eabffdfc87cfb12911af25715f9d4472573
parentbgtc: Update to 12.x and implement OpenTaskService (diff)
downloadyuzu-e0bddf8f0772837e0966637cc8a7127ddc91b4bb.tar.gz
yuzu-e0bddf8f0772837e0966637cc8a7127ddc91b4bb.tar.xz
yuzu-e0bddf8f0772837e0966637cc8a7127ddc91b4bb.zip
npns: Update to 12.x
-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:
49 {151, nullptr, "GetStateWithHandover"}, 49 {151, nullptr, "GetStateWithHandover"},
50 {152, nullptr, "GetStateChangeEventWithHandover"}, 50 {152, nullptr, "GetStateChangeEventWithHandover"},
51 {153, nullptr, "GetDropEventWithHandover"}, 51 {153, nullptr, "GetDropEventWithHandover"},
52 {154, nullptr, "CreateTokenAsync"},
53 {155, nullptr, "CreateTokenAsyncWithApplicationId"},
52 {161, nullptr, "GetRequestChangeStateCancelEvent"}, 54 {161, nullptr, "GetRequestChangeStateCancelEvent"},
53 {162, nullptr, "RequestChangeStateForceTimedWithCancelEvent"}, 55 {162, nullptr, "RequestChangeStateForceTimedWithCancelEvent"},
54 {201, nullptr, "RequestChangeStateForceTimed"}, 56 {201, nullptr, "RequestChangeStateForceTimed"},
@@ -84,6 +86,7 @@ public:
84 {151, nullptr, "GetStateWithHandover"}, 86 {151, nullptr, "GetStateWithHandover"},
85 {152, nullptr, "GetStateChangeEventWithHandover"}, 87 {152, nullptr, "GetStateChangeEventWithHandover"},
86 {153, nullptr, "GetDropEventWithHandover"}, 88 {153, nullptr, "GetDropEventWithHandover"},
89 {154, nullptr, "CreateTokenAsync"},
87 }; 90 };
88 // clang-format on 91 // clang-format on
89 92