summaryrefslogtreecommitdiffstats
path: root/src/common/logging
diff options
context:
space:
mode:
authormailwl <mailwl@gmail.com>2018-03-22 07:54:16 +0100
committermailwl <mailwl@gmail.com>2018-03-22 07:55:14 +0100
commit95e747cd06810b0e95ee6cd379772a4e36ab9794 (patch)
treec1c76fedd5bc3b5815b2eac9b7f83b6bbc5b37bb /src/common/logging
parentMerge pull request #258 from Subv/gpu_attribs (diff)
downloadyuzu-95e747cd06810b0e95ee6cd379772a4e36ab9794.tar
yuzu-95e747cd06810b0e95ee6cd379772a4e36ab9794.tar.gz
yuzu-95e747cd06810b0e95ee6cd379772a4e36ab9794.tar.bz2
yuzu-95e747cd06810b0e95ee6cd379772a4e36ab9794.tar.lz
yuzu-95e747cd06810b0e95ee6cd379772a4e36ab9794.tar.xz
yuzu-95e747cd06810b0e95ee6cd379772a4e36ab9794.tar.zst
yuzu-95e747cd06810b0e95ee6cd379772a4e36ab9794.zip
Diffstat (limited to 'src/common/logging')
-rw-r--r--src/common/logging/backend.cpp1
-rw-r--r--src/common/logging/log.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/common/logging/backend.cpp b/src/common/logging/backend.cpp
index 9f3ba19db..8d5225f62 100644
--- a/src/common/logging/backend.cpp
+++ b/src/common/logging/backend.cpp
@@ -48,6 +48,7 @@ namespace Log {
SUB(Service, PCTL) \
SUB(Service, SET) \
SUB(Service, SM) \
+ SUB(Service, SPL) \
SUB(Service, Time) \
SUB(Service, VI) \
CLS(HW) \
diff --git a/src/common/logging/log.h b/src/common/logging/log.h
index 3573e6dc4..6298a4906 100644
--- a/src/common/logging/log.h
+++ b/src/common/logging/log.h
@@ -65,6 +65,7 @@ enum class Class : ClassType {
Service_PCTL, ///< The PCTL (Parental control) service
Service_SET, ///< The SET (Settings) service
Service_SM, ///< The SM (Service manager) service
+ Service_SPL, ///< The SPL service
Service_Time, ///< The time service
Service_VI, ///< The VI (Video interface) service
HW, ///< Low-level hardware emulation