summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2022-01-21 22:17:40 +0100
committerLioncash <mathew1800@gmail.com>2022-01-21 22:17:40 +0100
commit19c11e2fd2e8d4be2c29a838b100b82d160c3d18 (patch)
treed9c6e0cec3b84942a75d23d3df2de9650e5ab4ba
parentservice/friend: Update unknown function table entries (diff)
downloadyuzu-19c11e2fd2e8d4be2c29a838b100b82d160c3d18.tar
yuzu-19c11e2fd2e8d4be2c29a838b100b82d160c3d18.tar.gz
yuzu-19c11e2fd2e8d4be2c29a838b100b82d160c3d18.tar.bz2
yuzu-19c11e2fd2e8d4be2c29a838b100b82d160c3d18.tar.lz
yuzu-19c11e2fd2e8d4be2c29a838b100b82d160c3d18.tar.xz
yuzu-19c11e2fd2e8d4be2c29a838b100b82d160c3d18.tar.zst
yuzu-19c11e2fd2e8d4be2c29a838b100b82d160c3d18.zip
-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 196f274e1..4fc23a958 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