summaryrefslogtreecommitdiffstats
path: root/src/common/logging/backend.cpp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-07-30 19:06:34 +0200
committerGitHub <noreply@github.com>2018-07-30 19:06:34 +0200
commit2c4bb11015ebd6443a40fdce3d877949e97a30a6 (patch)
treed11c5eb0a7b9fb4608dafd8aaca2f3fe46cfbf72 /src/common/logging/backend.cpp
parentAdd some HID commands (#843) (diff)
parentservice/btm: Add basic implementation of GetCoreImpl() (diff)
downloadyuzu-2c4bb11015ebd6443a40fdce3d877949e97a30a6.tar
yuzu-2c4bb11015ebd6443a40fdce3d877949e97a30a6.tar.gz
yuzu-2c4bb11015ebd6443a40fdce3d877949e97a30a6.tar.bz2
yuzu-2c4bb11015ebd6443a40fdce3d877949e97a30a6.tar.lz
yuzu-2c4bb11015ebd6443a40fdce3d877949e97a30a6.tar.xz
yuzu-2c4bb11015ebd6443a40fdce3d877949e97a30a6.tar.zst
yuzu-2c4bb11015ebd6443a40fdce3d877949e97a30a6.zip
Diffstat (limited to 'src/common/logging/backend.cpp')
-rw-r--r--src/common/logging/backend.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/logging/backend.cpp b/src/common/logging/backend.cpp
index 38cc85e23..c663b6358 100644
--- a/src/common/logging/backend.cpp
+++ b/src/common/logging/backend.cpp
@@ -169,6 +169,7 @@ void FileBackend::Write(const Entry& entry) {
SUB(Service, AOC) \
SUB(Service, APM) \
SUB(Service, BCAT) \
+ SUB(Service, BTM) \
SUB(Service, Fatal) \
SUB(Service, Friend) \
SUB(Service, FS) \