summaryrefslogtreecommitdiff
path: root/src/common/logging/backend.cpp
diff options
context:
space:
mode:
authorGravatar Lioncash2015-02-12 20:46:11 -0500
committerGravatar Lioncash2015-02-12 20:46:13 -0500
commit3c474a7d31996f19309b2504c43b3877948ca2ac (patch)
tree8e4110da2ad5c6bdb8daa0a1997e824707c00aa0 /src/common/logging/backend.cpp
parentMerge pull request #567 from lioncash/warn (diff)
downloadyuzu-3c474a7d31996f19309b2504c43b3877948ca2ac.tar.gz
yuzu-3c474a7d31996f19309b2504c43b3877948ca2ac.tar.xz
yuzu-3c474a7d31996f19309b2504c43b3877948ca2ac.zip
backend: Add logging subentry for ldr
Fixes an assertion upon executing citra in debug mode.
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 459b44135..8fee20a83 100644
--- a/src/common/logging/backend.cpp
+++ b/src/common/logging/backend.cpp
@@ -37,6 +37,7 @@ static std::shared_ptr<Logger> global_logger;
37 SUB(Service, GSP) \ 37 SUB(Service, GSP) \
38 SUB(Service, AC) \ 38 SUB(Service, AC) \
39 SUB(Service, PTM) \ 39 SUB(Service, PTM) \
40 SUB(Service, LDR) \
40 SUB(Service, CFG) \ 41 SUB(Service, CFG) \
41 SUB(Service, DSP) \ 42 SUB(Service, DSP) \
42 SUB(Service, HID) \ 43 SUB(Service, HID) \