diff options
author | Lioncash <mathew1800@gmail.com> | 2015-02-12 20:46:11 -0500 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2015-02-12 20:46:13 -0500 |
commit | 3c474a7d31996f19309b2504c43b3877948ca2ac (patch) | |
tree | 8e4110da2ad5c6bdb8daa0a1997e824707c00aa0 /src/common/logging/backend.cpp | |
parent | befa556b78c06ad7ed4d7d477a1bbd8c49c87ee2 (diff) |
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.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/logging/backend.cpp b/src/common/logging/backend.cpp index 459b44135c..8fee20a83d 100644 --- a/src/common/logging/backend.cpp +++ b/src/common/logging/backend.cpp @@ -37,6 +37,7 @@ static std::shared_ptr<Logger> global_logger; SUB(Service, GSP) \ SUB(Service, AC) \ SUB(Service, PTM) \ + SUB(Service, LDR) \ SUB(Service, CFG) \ SUB(Service, DSP) \ SUB(Service, HID) \ |