summaryrefslogtreecommitdiff
path: root/src/common/logging/log.h
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/log.h
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/log.h')
-rw-r--r--src/common/logging/log.h1
1 files changed, 1 insertions, 0 deletions
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 {
63 Service_LDN, ///< The LDN (Local domain network) service 63 Service_LDN, ///< The LDN (Local domain network) service
64 Service_LM, ///< The LM (Logger) service 64 Service_LM, ///< The LM (Logger) service
65 Service_MM, ///< The MM (Multimedia) service 65 Service_MM, ///< The MM (Multimedia) service
66 Service_NFC, ///< The NFC (Near-field communication) service
66 Service_NFP, ///< The NFP service 67 Service_NFP, ///< The NFP service
67 Service_NIFM, ///< The NIFM (Network interface) service 68 Service_NIFM, ///< The NIFM (Network interface) service
68 Service_NS, ///< The NS services 69 Service_NS, ///< The NS services