summaryrefslogtreecommitdiff
path: root/src/common/logging/log.h
diff options
context:
space:
mode:
authorGravatar bunnei2018-07-27 14:29:27 -0700
committerGravatar GitHub2018-07-27 14:29:27 -0700
commit0191a1e526f62a16a14ce92c354429807cca01a5 (patch)
treec20ea340d6654dfa1749c94c59afd902965f20d6 /src/common/logging/log.h
parentMerge pull request #839 from FearlessTobi/actually-port-3594 (diff)
parentservice/nfc: Implement Create[x]Interface functions (diff)
downloadyuzu-0191a1e526f62a16a14ce92c354429807cca01a5.tar.gz
yuzu-0191a1e526f62a16a14ce92c354429807cca01a5.tar.xz
yuzu-0191a1e526f62a16a14ce92c354429807cca01a5.zip
Merge pull request #845 from lioncash/nfc
service: Add nfc services
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 d22cb2966..805f82d2f 100644
--- a/src/common/logging/log.h
+++ b/src/common/logging/log.h
@@ -64,6 +64,7 @@ enum class Class : ClassType {
64 Service_LDN, ///< The LDN (Local domain network) service 64 Service_LDN, ///< The LDN (Local domain network) service
65 Service_LM, ///< The LM (Logger) service 65 Service_LM, ///< The LM (Logger) service
66 Service_MM, ///< The MM (Multimedia) service 66 Service_MM, ///< The MM (Multimedia) service
67 Service_NFC, ///< The NFC (Near-field communication) service
67 Service_NFP, ///< The NFP service 68 Service_NFP, ///< The NFP service
68 Service_NIFM, ///< The NIFM (Network interface) service 69 Service_NIFM, ///< The NIFM (Network interface) service
69 Service_NS, ///< The NS services 70 Service_NS, ///< The NS services