service: Update function tables
Updates function tables according to info on SwitchBrew.
This commit is contained in:
parent
d33399e1f4
commit
020519def8
5 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue