diff options
| author | 2022-01-21 16:17:40 -0500 | |
|---|---|---|
| committer | 2022-01-21 16:17:40 -0500 | |
| commit | 19c11e2fd2e8d4be2c29a838b100b82d160c3d18 (patch) | |
| tree | d9c6e0cec3b84942a75d23d3df2de9650e5ab4ba /src/core/hle/service/nim | |
| parent | service/friend: Update unknown function table entries (diff) | |
| download | yuzu-19c11e2fd2e8d4be2c29a838b100b82d160c3d18.tar.gz yuzu-19c11e2fd2e8d4be2c29a838b100b82d160c3d18.tar.xz yuzu-19c11e2fd2e8d4be2c29a838b100b82d160c3d18.zip | |
service/nim: Update unknown function table entries
Diffstat (limited to 'src/core/hle/service/nim')
| -rw-r--r-- | src/core/hle/service/nim/nim.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/hle/service/nim/nim.cpp b/src/core/hle/service/nim/nim.cpp index 196f274e1..4fc23a958 100644 --- a/src/core/hle/service/nim/nim.cpp +++ b/src/core/hle/service/nim/nim.cpp | |||
| @@ -211,6 +211,11 @@ public: | |||
| 211 | {127, nullptr, "Unknown127"}, | 211 | {127, nullptr, "Unknown127"}, |
| 212 | {128, nullptr, "Unknown128"}, | 212 | {128, nullptr, "Unknown128"}, |
| 213 | {129, nullptr, "Unknown129"}, | 213 | {129, nullptr, "Unknown129"}, |
| 214 | {130, nullptr, "Unknown130"}, | ||
| 215 | {131, nullptr, "Unknown131"}, | ||
| 216 | {132, nullptr, "Unknown132"}, | ||
| 217 | {133, nullptr, "Unknown133"}, | ||
| 218 | {134, nullptr, "Unknown134"}, | ||
| 214 | }; | 219 | }; |
| 215 | // clang-format on | 220 | // clang-format on |
| 216 | 221 | ||
| @@ -287,6 +292,7 @@ public: | |||
| 287 | {502, nullptr, "RequestDownloadTicketForPrepurchasedContents"}, | 292 | {502, nullptr, "RequestDownloadTicketForPrepurchasedContents"}, |
| 288 | {503, nullptr, "RequestSyncTicket"}, | 293 | {503, nullptr, "RequestSyncTicket"}, |
| 289 | {504, nullptr, "RequestDownloadTicketForPrepurchasedContents2"}, | 294 | {504, nullptr, "RequestDownloadTicketForPrepurchasedContents2"}, |
| 295 | {505, nullptr, "RequestDownloadTicketForPrepurchasedContentsForAccount"}, | ||
| 290 | }; | 296 | }; |
| 291 | // clang-format on | 297 | // clang-format on |
| 292 | 298 | ||