aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/set/set.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2020-10-27 21:19:44 -0400
committerLioncash <mathew1800@gmail.com>2020-10-27 21:19:46 -0400
commit020519def8666a20151f63807093e9f33eccfdf0 (patch)
tree87eb9faf6621b32d333c1cfa7d0e8a6852207b41 /src/core/hle/service/set/set.cpp
parentd33399e1f46a10490b586196c6d0db0f04be4206 (diff)
service: Update function tables
Updates function tables according to info on SwitchBrew.
Diffstat (limited to 'src/core/hle/service/set/set.cpp')
-rw-r--r--src/core/hle/service/set/set.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/set/set.cpp b/src/core/hle/service/set/set.cpp
index e64777668..ffbf90b00 100644
--- a/src/core/hle/service/set/set.cpp
+++ b/src/core/hle/service/set/set.cpp
@@ -202,6 +202,7 @@ SET::SET() : ServiceFramework("set") {
{8, &SET::GetQuestFlag, "GetQuestFlag"},
{9, &SET::GetKeyCodeMap2, "GetKeyCodeMap2"},
{10, nullptr, "GetFirmwareVersionForDebug"},
+ {11, nullptr, "GetDeviceNickName"},
};
// clang-format on