diff options
| author | bunnei <bunneidev@gmail.com> | 2019-04-15 21:46:15 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-15 21:46:15 -0400 |
| commit | 9186f76b07309cb87dfffd19741d9d8c82752e33 (patch) | |
| tree | fbd166664700e2ede800df1a3574872cd0e1578b /src/core/hle/service/npns/npns.cpp | |
| parent | fc64156533488e73b814c00bb42b5b6079ac8fa8 (diff) | |
| parent | ca96dc46767afcc6f6d9eedf68938c0a948cfecf (diff) | |
Merge pull request #2382 from lioncash/table
service: Update service function tables
Diffstat (limited to 'src/core/hle/service/npns/npns.cpp')
| -rw-r--r-- | src/core/hle/service/npns/npns.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/hle/service/npns/npns.cpp b/src/core/hle/service/npns/npns.cpp index ccb6f9da9..8751522ca 100644 --- a/src/core/hle/service/npns/npns.cpp +++ b/src/core/hle/service/npns/npns.cpp @@ -45,7 +45,7 @@ public: {114, nullptr, "AttachJid"}, {115, nullptr, "DetachJid"}, {201, nullptr, "RequestChangeStateForceTimed"}, - {102, nullptr, "RequestChangeStateForceAsync"}, + {202, nullptr, "RequestChangeStateForceAsync"}, }; // clang-format on @@ -73,6 +73,7 @@ public: {103, nullptr, "GetState"}, {104, nullptr, "GetStatistics"}, {111, nullptr, "GetJid"}, + {120, nullptr, "CreateNotificationReceiver"}, }; // clang-format on |
