summaryrefslogtreecommitdiff
path: root/src/common/logging/log.h
diff options
context:
space:
mode:
authorGravatar Subv2015-11-23 17:17:28 -0500
committerGravatar Subv2015-11-23 17:17:28 -0500
commit434ae89a6a9d6c5ea2d2ba4a5dfb39457e15cb5e (patch)
treec3ee81c50fddd9290d044bce322d2b3d8fd39287 /src/common/logging/log.h
parentMerge pull request #1246 from polaris-/patch-1 (diff)
downloadyuzu-434ae89a6a9d6c5ea2d2ba4a5dfb39457e15cb5e.tar.gz
yuzu-434ae89a6a9d6c5ea2d2ba4a5dfb39457e15cb5e.tar.xz
yuzu-434ae89a6a9d6c5ea2d2ba4a5dfb39457e15cb5e.zip
Services/Cam: Added new log type and camera enums from 3dbrew.
Followup to #1102 Original author @mailwl
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 {
59 Service_LDR, ///< The LDR (3ds dll loader) service 59 Service_LDR, ///< The LDR (3ds dll loader) service
60 Service_NIM, ///< The NIM (Network interface manager) service 60 Service_NIM, ///< The NIM (Network interface manager) service
61 Service_NWM, ///< The NWM (Network wlan manager) service 61 Service_NWM, ///< The NWM (Network wlan manager) service
62 Service_CAM, ///< The CAM (Camera) service
62 Service_CFG, ///< The CFG (Configuration) service 63 Service_CFG, ///< The CFG (Configuration) service
63 Service_DSP, ///< The DSP (DSP control) service 64 Service_DSP, ///< The DSP (DSP control) service
64 Service_HID, ///< The HID (Human interface device) service 65 Service_HID, ///< The HID (Human interface device) service