From e39294c2678af19003b692e66f32956f7f546279 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Wed, 1 Aug 2018 16:24:03 -0400 Subject: service: Add capture services Adds the basic skeleton for the capture services based off information provided by Switch Brew. --- 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 140cd8e47..57552d49e 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h @@ -57,6 +57,7 @@ enum class Class : ClassType { Service_Audio, ///< The Audio (Audio control) service Service_BCAT, ///< The BCAT service Service_BTM, ///< The BTM service + Service_Capture, ///< The capture service Service_Fatal, ///< The Fatal service Service_FGM, ///< The FGM service Service_Friend, ///< The friend service -- cgit v1.2.3