summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/btm/btm.cpp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2022-07-17 21:30:52 +0200
committerGitHub <noreply@github.com>2022-07-17 21:30:52 +0200
commita5bdf824e66d23a16af6a1b43256415570b1a8b3 (patch)
tree7513f9013bd6295ace422655214d633273f38c8f /src/core/hle/service/btm/btm.cpp
parentMerge pull request #8525 from lat9nq/update-sdl (diff)
parentservice: fatal: Add function table (diff)
downloadyuzu-a5bdf824e66d23a16af6a1b43256415570b1a8b3.tar
yuzu-a5bdf824e66d23a16af6a1b43256415570b1a8b3.tar.gz
yuzu-a5bdf824e66d23a16af6a1b43256415570b1a8b3.tar.bz2
yuzu-a5bdf824e66d23a16af6a1b43256415570b1a8b3.tar.lz
yuzu-a5bdf824e66d23a16af6a1b43256415570b1a8b3.tar.xz
yuzu-a5bdf824e66d23a16af6a1b43256415570b1a8b3.tar.zst
yuzu-a5bdf824e66d23a16af6a1b43256415570b1a8b3.zip
Diffstat (limited to 'src/core/hle/service/btm/btm.cpp')
-rw-r--r--src/core/hle/service/btm/btm.cpp8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/core/hle/service/btm/btm.cpp b/src/core/hle/service/btm/btm.cpp
index 3fa88cbd3..eebf85e03 100644
--- a/src/core/hle/service/btm/btm.cpp
+++ b/src/core/hle/service/btm/btm.cpp
@@ -214,8 +214,12 @@ public:
{76, nullptr, "Unknown76"},
{100, nullptr, "Unknown100"},
{101, nullptr, "Unknown101"},
- {110, nullptr, "Unknown102"},
- {111, nullptr, "Unknown103"},
+ {110, nullptr, "Unknown110"},
+ {111, nullptr, "Unknown111"},
+ {112, nullptr, "Unknown112"},
+ {113, nullptr, "Unknown113"},
+ {114, nullptr, "Unknown114"},
+ {115, nullptr, "Unknown115"},
};
// clang-format on