summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/npns/npns.cpp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2019-11-25 02:30:58 +0100
committerGitHub <noreply@github.com>2019-11-25 02:30:58 +0100
commit50c7539108492fa5c326e06a823026f15b07d06a (patch)
tree1d7ab9588325efad6ff2fd3445ed13369c2defbf /src/core/hle/service/npns/npns.cpp
parentMerge pull request #3155 from bunnei/fix-asynch-gpu-wait (diff)
parentservice: Update function tables (diff)
downloadyuzu-50c7539108492fa5c326e06a823026f15b07d06a.tar
yuzu-50c7539108492fa5c326e06a823026f15b07d06a.tar.gz
yuzu-50c7539108492fa5c326e06a823026f15b07d06a.tar.bz2
yuzu-50c7539108492fa5c326e06a823026f15b07d06a.tar.lz
yuzu-50c7539108492fa5c326e06a823026f15b07d06a.tar.xz
yuzu-50c7539108492fa5c326e06a823026f15b07d06a.tar.zst
yuzu-50c7539108492fa5c326e06a823026f15b07d06a.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/npns/npns.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/core/hle/service/npns/npns.cpp b/src/core/hle/service/npns/npns.cpp
index 8751522ca..aa171473b 100644
--- a/src/core/hle/service/npns/npns.cpp
+++ b/src/core/hle/service/npns/npns.cpp
@@ -44,6 +44,10 @@ public:
{113, nullptr, "DestroyJid"},
{114, nullptr, "AttachJid"},
{115, nullptr, "DetachJid"},
+ {120, nullptr, "CreateNotificationReceiver"},
+ {151, nullptr, "GetStateWithHandover"},
+ {152, nullptr, "GetStateChangeEventWithHandover"},
+ {153, nullptr, "GetDropEventWithHandover"},
{201, nullptr, "RequestChangeStateForceTimed"},
{202, nullptr, "RequestChangeStateForceAsync"},
};
@@ -74,6 +78,9 @@ public:
{104, nullptr, "GetStatistics"},
{111, nullptr, "GetJid"},
{120, nullptr, "CreateNotificationReceiver"},
+ {151, nullptr, "GetStateWithHandover"},
+ {152, nullptr, "GetStateChangeEventWithHandover"},
+ {153, nullptr, "GetDropEventWithHandover"},
};
// clang-format on