summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service
diff options
context:
space:
mode:
authorDavid Marcec <dmarcecguzman@gmail.com>2020-06-27 02:42:46 +0200
committerDavid Marcec <dmarcecguzman@gmail.com>2020-06-27 02:42:46 +0200
commit0b23ce6ef2e97196c1388f90843b3970d51568fb (patch)
tree273a948cc4790775f2b62c30a35858f914032719 /src/core/hle/service
parentbtdrv: Update function table (#4174) (diff)
downloadyuzu-0b23ce6ef2e97196c1388f90843b3970d51568fb.tar
yuzu-0b23ce6ef2e97196c1388f90843b3970d51568fb.tar.gz
yuzu-0b23ce6ef2e97196c1388f90843b3970d51568fb.tar.bz2
yuzu-0b23ce6ef2e97196c1388f90843b3970d51568fb.tar.lz
yuzu-0b23ce6ef2e97196c1388f90843b3970d51568fb.tar.xz
yuzu-0b23ce6ef2e97196c1388f90843b3970d51568fb.tar.zst
yuzu-0b23ce6ef2e97196c1388f90843b3970d51568fb.zip
Diffstat (limited to 'src/core/hle/service')
-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