summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLC <mathew1800@gmail.com>2020-06-26 20:44:00 -0400
committerGitHub <noreply@github.com>2020-06-26 20:44:00 -0400
commit7c0794188284487a5d0b1696edd1d69f14899b3f (patch)
tree273a948cc4790775f2b62c30a35858f914032719 /src
parent032b7d490dfc456c271696997ca11b9572867600 (diff)
parent0b23ce6ef2e97196c1388f90843b3970d51568fb (diff)
Merge pull request #4180 from ogniK5377/fix-btm-names
btm: Give better names for unknown functions
Diffstat (limited to 'src')
-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