aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2022-01-21 16:17:40 -0500
committerLioncash <mathew1800@gmail.com>2022-01-21 16:17:40 -0500
commit19c11e2fd2e8d4be2c29a838b100b82d160c3d18 (patch)
treed9c6e0cec3b84942a75d23d3df2de9650e5ab4ba
parent888bc10c173e02e7315cb8fa8e673a7d8755fd78 (diff)
service/nim: Update unknown function table entries
-rw-r--r--src/core/hle/service/nim/nim.cpp6
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 196f274e17..4fc23a9587 100644
--- a/src/core/hle/service/nim/nim.cpp
+++ b/src/core/hle/service/nim/nim.cpp
@@ -211,6 +211,11 @@ public:
{127, nullptr, "Unknown127"},
{128, nullptr, "Unknown128"},
{129, nullptr, "Unknown129"},
+ {130, nullptr, "Unknown130"},
+ {131, nullptr, "Unknown131"},
+ {132, nullptr, "Unknown132"},
+ {133, nullptr, "Unknown133"},
+ {134, nullptr, "Unknown134"},
};
// clang-format on
@@ -287,6 +292,7 @@ public:
{502, nullptr, "RequestDownloadTicketForPrepurchasedContents"},
{503, nullptr, "RequestSyncTicket"},
{504, nullptr, "RequestDownloadTicketForPrepurchasedContents2"},
+ {505, nullptr, "RequestDownloadTicketForPrepurchasedContentsForAccount"},
};
// clang-format on