summaryrefslogtreecommitdiff
path: root/src/common/logging/backend.cpp
diff options
context:
space:
mode:
authorGravatar Lioncash2018-07-27 14:32:39 -0400
committerGravatar Lioncash2018-07-27 14:50:24 -0400
commit04d144aa40009811268a6fe485ef74fc23f2fb0c (patch)
tree026021f7a043f6f622ec841f49aa8022d786084e /src/common/logging/backend.cpp
parentMerge pull request #837 from lioncash/priv (diff)
downloadyuzu-04d144aa40009811268a6fe485ef74fc23f2fb0c.tar.gz
yuzu-04d144aa40009811268a6fe485ef74fc23f2fb0c.tar.xz
yuzu-04d144aa40009811268a6fe485ef74fc23f2fb0c.zip
service: Add nfc services
Adds the skeleton of the nfc service based off the information provided on Switch Brew.
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 ad9edbcdf..bcdb69321 100644
--- a/src/common/logging/backend.cpp
+++ b/src/common/logging/backend.cpp
@@ -176,6 +176,7 @@ void FileBackend::Write(const Entry& entry) {
176 SUB(Service, LDN) \ 176 SUB(Service, LDN) \
177 SUB(Service, LM) \ 177 SUB(Service, LM) \
178 SUB(Service, MM) \ 178 SUB(Service, MM) \
179 SUB(Service, NFC) \
179 SUB(Service, NFP) \ 180 SUB(Service, NFP) \
180 SUB(Service, NIFM) \ 181 SUB(Service, NIFM) \
181 SUB(Service, NS) \ 182 SUB(Service, NS) \