diff options
| author | bunnei <bunneidev@gmail.com> | 2019-11-24 20:30:58 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-24 20:30:58 -0500 |
| commit | 50c7539108492fa5c326e06a823026f15b07d06a (patch) | |
| tree | 1d7ab9588325efad6ff2fd3445ed13369c2defbf /src/core/hle/service/nim/nim.cpp | |
| parent | 33a6b45a6cc9fef0cbb3b1f65372bb0641e57a21 (diff) | |
| parent | e21b6ff79ddf7109db6f49e503e2c2e59fe466c7 (diff) | |
Merge pull request #3094 from lioncash/tables
service: Update function tables
Diffstat (limited to 'src/core/hle/service/nim/nim.cpp')
| -rw-r--r-- | src/core/hle/service/nim/nim.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/service/nim/nim.cpp b/src/core/hle/service/nim/nim.cpp index 7d6cf2070..e85f123e2 100644 --- a/src/core/hle/service/nim/nim.cpp +++ b/src/core/hle/service/nim/nim.cpp @@ -116,6 +116,8 @@ public: {500, nullptr, "RequestSyncTicket"}, {501, nullptr, "RequestDownloadTicket"}, {502, nullptr, "RequestDownloadTicketForPrepurchasedContents"}, + {503, nullptr, "RequestSyncTicket"}, + {504, nullptr, "RequestDownloadTicketForPrepurchasedContents2"}, }; // clang-format on |
