diff options
| author | Lioncash <mathew1800@gmail.com> | 2020-10-27 21:19:44 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2020-10-27 21:19:46 -0400 |
| commit | 020519def8666a20151f63807093e9f33eccfdf0 (patch) | |
| tree | 87eb9faf6621b32d333c1cfa7d0e8a6852207b41 /src/core/hle/service/mii/mii.cpp | |
| parent | d33399e1f46a10490b586196c6d0db0f04be4206 (diff) | |
service: Update function tables
Updates function tables according to info on SwitchBrew.
Diffstat (limited to 'src/core/hle/service/mii/mii.cpp')
| -rw-r--r-- | src/core/hle/service/mii/mii.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/mii/mii.cpp b/src/core/hle/service/mii/mii.cpp index b81bf6277..d7080b715 100644 --- a/src/core/hle/service/mii/mii.cpp +++ b/src/core/hle/service/mii/mii.cpp @@ -47,6 +47,7 @@ public: {23, nullptr, "Convert"}, {24, nullptr, "ConvertCoreDataToCharInfo"}, {25, nullptr, "ConvertCharInfoToCoreData"}, + {26, nullptr, "Append"}, }; // clang-format on |
