summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLC <mathew1800@gmail.com>2020-06-27 02:44:00 +0200
committerGitHub <noreply@github.com>2020-06-27 02:44:00 +0200
commit7c0794188284487a5d0b1696edd1d69f14899b3f (patch)
tree273a948cc4790775f2b62c30a35858f914032719
parentbtdrv: Update function table (#4174) (diff)
parentbtm: Give better names for unknown functions (diff)
downloadyuzu-7c0794188284487a5d0b1696edd1d69f14899b3f.tar
yuzu-7c0794188284487a5d0b1696edd1d69f14899b3f.tar.gz
yuzu-7c0794188284487a5d0b1696edd1d69f14899b3f.tar.bz2
yuzu-7c0794188284487a5d0b1696edd1d69f14899b3f.tar.lz
yuzu-7c0794188284487a5d0b1696edd1d69f14899b3f.tar.xz
yuzu-7c0794188284487a5d0b1696edd1d69f14899b3f.tar.zst
yuzu-7c0794188284487a5d0b1696edd1d69f14899b3f.zip
-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