summaryrefslogtreecommitdiff
path: root/src/common/logging/backend.cpp
diff options
context:
space:
mode:
authorGravatar bunnei2018-04-27 00:49:40 -0400
committerGravatar GitHub2018-04-27 00:49:40 -0400
commit3c404964097a0882ce9651571ec02c54474350ce (patch)
tree37932b0e46a5190fbe54a83fe06706d171e6141a /src/common/logging/backend.cpp
parentMerge pull request #406 from lioncash/frontend (diff)
parentSwitched to NGLOG_WARNING (diff)
downloadyuzu-3c404964097a0882ce9651571ec02c54474350ce.tar.gz
yuzu-3c404964097a0882ce9651571ec02c54474350ce.tar.xz
yuzu-3c404964097a0882ce9651571ec02c54474350ce.zip
Merge pull request #380 from ogniK5377/service-impl
Implemented some useful interfaces needed for games.
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 26cd75a3e..618be0864 100644
--- a/src/common/logging/backend.cpp
+++ b/src/common/logging/backend.cpp
@@ -48,6 +48,7 @@ namespace Log {
48 SUB(Service, NS) \ 48 SUB(Service, NS) \
49 SUB(Service, NVDRV) \ 49 SUB(Service, NVDRV) \
50 SUB(Service, PCTL) \ 50 SUB(Service, PCTL) \
51 SUB(Service, PREPO) \
51 SUB(Service, SET) \ 52 SUB(Service, SET) \
52 SUB(Service, SM) \ 53 SUB(Service, SM) \
53 SUB(Service, SPL) \ 54 SUB(Service, SPL) \