summaryrefslogtreecommitdiff
path: root/src/common/logging/log.h
diff options
context:
space:
mode:
authorGravatar mailwl2016-12-29 23:38:47 +0300
committerGravatar mailwl2016-12-30 09:40:54 +0300
commitf2985f70808ed8777eb6b51b27bb5686869e01c7 (patch)
treeda59c3c3e853945cd47a91c2c7605ab941f7451f /src/common/logging/log.h
parentMerge pull request #2240 from wwylele/auto-region (diff)
downloadyuzu-f2985f70808ed8777eb6b51b27bb5686869e01c7.tar.gz
yuzu-f2985f70808ed8777eb6b51b27bb5686869e01c7.tar.xz
yuzu-f2985f70808ed8777eb6b51b27bb5686869e01c7.zip
Service/NFC: stub GetTagInRangeEvent
Fix Fatal Error in Mini-Mario & Friends - amiibo Challenge
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 9d8c18d8e..4330ef879 100644
--- a/src/common/logging/log.h
+++ b/src/common/logging/log.h
@@ -62,6 +62,7 @@ enum class Class : ClassType {
62 Service_LDR, ///< The LDR (3ds dll loader) service 62 Service_LDR, ///< The LDR (3ds dll loader) service
63 Service_MIC, ///< The MIC (Microphone) service 63 Service_MIC, ///< The MIC (Microphone) service
64 Service_NDM, ///< The NDM (Network daemon manager) service 64 Service_NDM, ///< The NDM (Network daemon manager) service
65 Service_NFC, ///< The NFC service
65 Service_NIM, ///< The NIM (Network interface manager) service 66 Service_NIM, ///< The NIM (Network interface manager) service
66 Service_NWM, ///< The NWM (Network wlan manager) service 67 Service_NWM, ///< The NWM (Network wlan manager) service
67 Service_CAM, ///< The CAM (Camera) service 68 Service_CAM, ///< The CAM (Camera) service