Merge pull request #4180 from ogniK5377/fix-btm-names

btm: Give better names for unknown functions
This commit is contained in:
LC 2020-06-26 20:44:00 -04:00 committed by GitHub
commit 7c07941882
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -192,11 +192,11 @@ public:
{57, nullptr, "RegisterAppletResourceUserId"},
{58, nullptr, "UnregisterAppletResourceUserId"},
{59, nullptr, "SetAppletResourceUserId"},
{60, nullptr, "Unknown"},
{61, nullptr, "Unknown2"},
{62, nullptr, "Unknown3"},
{63, nullptr, "Unknown4"},
{64, nullptr, "Unknown5"},
{60, nullptr, "Unknown60"},
{61, nullptr, "Unknown61"},
{62, nullptr, "Unknown62"},
{63, nullptr, "Unknown63"},
{64, nullptr, "Unknown64"},
};
// clang-format on