Browse Source

btm: Give better names for unknown functions

nce_cpp
David Marcec 6 years ago
parent
commit
b412e8b952
  1. 10
      src/core/hle/service/btm/btm.cpp

10
src/core/hle/service/btm/btm.cpp

@ -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"},
{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 // clang-format on

Loading…
Cancel
Save