summaryrefslogtreecommitdiffstats
path: root/src/common/logging/backend.cpp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-08-05 03:20:26 +0200
committerGitHub <noreply@github.com>2018-08-05 03:20:26 +0200
commita0a605df06e82e13f3529d824a6bdd45839c8705 (patch)
treeb522eca4059240eefabb845b05e7ce82ac1c54ef /src/common/logging/backend.cpp
parentMerge pull request #921 from lioncash/view (diff)
parentservice: Add arp services (diff)
downloadyuzu-a0a605df06e82e13f3529d824a6bdd45839c8705.tar
yuzu-a0a605df06e82e13f3529d824a6bdd45839c8705.tar.gz
yuzu-a0a605df06e82e13f3529d824a6bdd45839c8705.tar.bz2
yuzu-a0a605df06e82e13f3529d824a6bdd45839c8705.tar.lz
yuzu-a0a605df06e82e13f3529d824a6bdd45839c8705.tar.xz
yuzu-a0a605df06e82e13f3529d824a6bdd45839c8705.tar.zst
yuzu-a0a605df06e82e13f3529d824a6bdd45839c8705.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 34dec06fe..816414e8d 100644
--- a/src/common/logging/backend.cpp
+++ b/src/common/logging/backend.cpp
@@ -168,6 +168,7 @@ void FileBackend::Write(const Entry& entry) {
SUB(Service, AM) \
SUB(Service, AOC) \
SUB(Service, APM) \
+ SUB(Service, ARP) \
SUB(Service, BCAT) \
SUB(Service, BPC) \
SUB(Service, BTM) \