From 434ae89a6a9d6c5ea2d2ba4a5dfb39457e15cb5e Mon Sep 17 00:00:00 2001 From: Subv Date: Mon, 23 Nov 2015 17:17:28 -0500 Subject: Services/Cam: Added new log type and camera enums from 3dbrew. Followup to #1102 Original author @mailwl --- src/common/logging/log.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common/logging/log.h') 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 -- cgit v1.2.3