diff options
| author | 2018-07-26 01:16:08 -0400 | |
|---|---|---|
| committer | 2018-07-26 01:48:06 -0400 | |
| commit | 8781beaf0d2cdb2889697c6919277c24e5e6e7b1 (patch) | |
| tree | caf20b7b78428a802b9a89dfc16e9c38ff019096 /src/common/logging/backend.cpp | |
| parent | Merge pull request #828 from lioncash/ldr (diff) | |
| download | yuzu-8781beaf0d2cdb2889697c6919277c24e5e6e7b1.tar.gz yuzu-8781beaf0d2cdb2889697c6919277c24e5e6e7b1.tar.xz yuzu-8781beaf0d2cdb2889697c6919277c24e5e6e7b1.zip | |
service: Add ldn services
Adds ldn services based off information provided by Switch Brew.
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 59b999935..ad9edbcdf 100644 --- a/src/common/logging/backend.cpp +++ b/src/common/logging/backend.cpp | |||
| @@ -173,6 +173,7 @@ void FileBackend::Write(const Entry& entry) { | |||
| 173 | SUB(Service, Friend) \ | 173 | SUB(Service, Friend) \ |
| 174 | SUB(Service, FS) \ | 174 | SUB(Service, FS) \ |
| 175 | SUB(Service, HID) \ | 175 | SUB(Service, HID) \ |
| 176 | SUB(Service, LDN) \ | ||
| 176 | SUB(Service, LM) \ | 177 | SUB(Service, LM) \ |
| 177 | SUB(Service, MM) \ | 178 | SUB(Service, MM) \ |
| 178 | SUB(Service, NFP) \ | 179 | SUB(Service, NFP) \ |