diff options
author | Lioncash <mathew1800@gmail.com> | 2018-07-27 20:32:39 +0200 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2018-07-27 20:50:24 +0200 |
commit | 04d144aa40009811268a6fe485ef74fc23f2fb0c (patch) | |
tree | 026021f7a043f6f622ec841f49aa8022d786084e /src/common/logging | |
parent | Merge pull request #837 from lioncash/priv (diff) | |
download | yuzu-04d144aa40009811268a6fe485ef74fc23f2fb0c.tar yuzu-04d144aa40009811268a6fe485ef74fc23f2fb0c.tar.gz yuzu-04d144aa40009811268a6fe485ef74fc23f2fb0c.tar.bz2 yuzu-04d144aa40009811268a6fe485ef74fc23f2fb0c.tar.lz yuzu-04d144aa40009811268a6fe485ef74fc23f2fb0c.tar.xz yuzu-04d144aa40009811268a6fe485ef74fc23f2fb0c.tar.zst yuzu-04d144aa40009811268a6fe485ef74fc23f2fb0c.zip |
Diffstat (limited to 'src/common/logging')
-rw-r--r-- | src/common/logging/backend.cpp | 1 | ||||
-rw-r--r-- | src/common/logging/log.h | 1 |
2 files changed, 2 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) { SUB(Service, LDN) \ SUB(Service, LM) \ SUB(Service, MM) \ + SUB(Service, NFC) \ SUB(Service, NFP) \ SUB(Service, NIFM) \ SUB(Service, NS) \ diff --git a/src/common/logging/log.h b/src/common/logging/log.h index ad3cbf5d1..3a61c7531 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h @@ -63,6 +63,7 @@ enum class Class : ClassType { Service_LDN, ///< The LDN (Local domain network) service Service_LM, ///< The LM (Logger) service Service_MM, ///< The MM (Multimedia) service + Service_NFC, ///< The NFC (Near-field communication) service Service_NFP, ///< The NFP service Service_NIFM, ///< The NIFM (Network interface) service Service_NS, ///< The NS services |