summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Marcec <dmarcecguzman@gmail.com>2020-06-27 10:42:46 +1000
committerDavid Marcec <dmarcecguzman@gmail.com>2020-06-27 10:42:46 +1000
commit0b23ce6ef2e97196c1388f90843b3970d51568fb (patch)
tree273a948cc4790775f2b62c30a35858f914032719
parent032b7d490dfc456c271696997ca11b9572867600 (diff)
btm: Give better names for unknown functions
-rw-r--r--src/core/hle/service/btm/btm.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/core/hle/service/btm/btm.cpp b/src/core/hle/service/btm/btm.cpp
index f6539a7a4..0d251c6d0 100644
--- a/src/core/hle/service/btm/btm.cpp
+++ b/src/core/hle/service/btm/btm.cpp
@@ -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