summaryrefslogtreecommitdiffstats
path: root/src/common/logging/log.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2015-12-04 04:01:45 +0100
committerbunnei <bunneidev@gmail.com>2015-12-04 04:01:45 +0100
commit87df493b5b7f31899ba875f41afe358caad44978 (patch)
tree9638d6807b6bb9b5b774cb02d77d294056a1ad60 /src/common/logging/log.h
parentMerge pull request #1261 from yuriks/tev-buffer-delay (diff)
parentServices/Cam: Added new log type and camera enums from 3dbrew. (diff)
downloadyuzu-87df493b5b7f31899ba875f41afe358caad44978.tar
yuzu-87df493b5b7f31899ba875f41afe358caad44978.tar.gz
yuzu-87df493b5b7f31899ba875f41afe358caad44978.tar.bz2
yuzu-87df493b5b7f31899ba875f41afe358caad44978.tar.lz
yuzu-87df493b5b7f31899ba875f41afe358caad44978.tar.xz
yuzu-87df493b5b7f31899ba875f41afe358caad44978.tar.zst
yuzu-87df493b5b7f31899ba875f41afe358caad44978.zip
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 43f0c59e4..2d9323a7b 100644
--- a/src/common/logging/log.h
+++ b/src/common/logging/log.h
@@ -59,6 +59,7 @@ enum class Class : ClassType {
Service_LDR, ///< The LDR (3ds dll loader) service
Service_NIM, ///< The NIM (Network interface manager) service
Service_NWM, ///< The NWM (Network wlan manager) service
+ Service_CAM, ///< The CAM (Camera) service
Service_CFG, ///< The CFG (Configuration) service
Service_DSP, ///< The DSP (DSP control) service
Service_HID, ///< The HID (Human interface device) service