summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar David Marcec2020-06-27 10:42:46 +1000
committerGravatar David Marcec2020-06-27 10:42:46 +1000
commit0b23ce6ef2e97196c1388f90843b3970d51568fb (patch)
tree273a948cc4790775f2b62c30a35858f914032719 /src
parentbtdrv: Update function table (#4174) (diff)
downloadyuzu-0b23ce6ef2e97196c1388f90843b3970d51568fb.tar.gz
yuzu-0b23ce6ef2e97196c1388f90843b3970d51568fb.tar.xz
yuzu-0b23ce6ef2e97196c1388f90843b3970d51568fb.zip
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:
192 {57, nullptr, "RegisterAppletResourceUserId"}, 192 {57, nullptr, "RegisterAppletResourceUserId"},
193 {58, nullptr, "UnregisterAppletResourceUserId"}, 193 {58, nullptr, "UnregisterAppletResourceUserId"},
194 {59, nullptr, "SetAppletResourceUserId"}, 194 {59, nullptr, "SetAppletResourceUserId"},
195 {60, nullptr, "Unknown"}, 195 {60, nullptr, "Unknown60"},
196 {61, nullptr, "Unknown2"}, 196 {61, nullptr, "Unknown61"},
197 {62, nullptr, "Unknown3"}, 197 {62, nullptr, "Unknown62"},
198 {63, nullptr, "Unknown4"}, 198 {63, nullptr, "Unknown63"},
199 {64, nullptr, "Unknown5"}, 199 {64, nullptr, "Unknown64"},
200 }; 200 };
201 // clang-format on 201 // clang-format on
202 202