summaryrefslogtreecommitdiff
path: root/src/common/logging/log.h
diff options
context:
space:
mode:
authorGravatar mailwl2018-05-28 16:36:38 +0300
committerGravatar mailwl2018-05-28 16:46:56 +0300
commit7757cc1a7ffceccdcd87a77d8ea292c822fa9599 (patch)
tree4cd15764485f445d9c52cbcea96dcb480c3896f7 /src/common/logging/log.h
parentMerge pull request #472 from bunnei/greater-equal (diff)
downloadyuzu-7757cc1a7ffceccdcd87a77d8ea292c822fa9599.tar.gz
yuzu-7757cc1a7ffceccdcd87a77d8ea292c822fa9599.tar.xz
yuzu-7757cc1a7ffceccdcd87a77d8ea292c822fa9599.zip
Service/BCAT: add module and services
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 48f85deac..43e572ebe 100644
--- a/src/common/logging/log.h
+++ b/src/common/logging/log.h
@@ -55,6 +55,7 @@ enum class Class : ClassType {
55 Service_AOC, ///< The AOC (AddOn Content) service 55 Service_AOC, ///< The AOC (AddOn Content) service
56 Service_APM, ///< The APM (Performance) service 56 Service_APM, ///< The APM (Performance) service
57 Service_Audio, ///< The Audio (Audio control) service 57 Service_Audio, ///< The Audio (Audio control) service
58 Service_BCAT, ///< The BCAT service
58 Service_Fatal, ///< The Fatal service 59 Service_Fatal, ///< The Fatal service
59 Service_Friend, ///< The friend service 60 Service_Friend, ///< The friend service
60 Service_FS, ///< The FS (Filesystem) service 61 Service_FS, ///< The FS (Filesystem) service