mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2024-11-04 14:02:45 +01:00
btm: Give better names for unknown functions
This commit is contained in:
parent
032b7d490d
commit
0b23ce6ef2
1 changed files with 5 additions and 5 deletions
|
@ -192,11 +192,11 @@ public:
|
||||||
{57, nullptr, "RegisterAppletResourceUserId"},
|
{57, nullptr, "RegisterAppletResourceUserId"},
|
||||||
{58, nullptr, "UnregisterAppletResourceUserId"},
|
{58, nullptr, "UnregisterAppletResourceUserId"},
|
||||||
{59, nullptr, "SetAppletResourceUserId"},
|
{59, nullptr, "SetAppletResourceUserId"},
|
||||||
{60, nullptr, "Unknown"},
|
{60, nullptr, "Unknown60"},
|
||||||
{61, nullptr, "Unknown2"},
|
{61, nullptr, "Unknown61"},
|
||||||
{62, nullptr, "Unknown3"},
|
{62, nullptr, "Unknown62"},
|
||||||
{63, nullptr, "Unknown4"},
|
{63, nullptr, "Unknown63"},
|
||||||
{64, nullptr, "Unknown5"},
|
{64, nullptr, "Unknown64"},
|
||||||
};
|
};
|
||||||
// clang-format on
|
// clang-format on
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue