summaryrefslogtreecommitdiffstats
path: root/src/common/logging/log.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-07-31 16:12:08 +0200
committerGitHub <noreply@github.com>2018-07-31 16:12:08 +0200
commit86491da0d65b7628ba3f0efb01fdabfae55cfab9 (patch)
tree8c78e1e5921a492c00bcf28f74f3c61060dbdc01 /src/common/logging/log.h
parentMerge pull request #855 from bunnei/cubeb (diff)
parentservice: Add the pcie service (diff)
downloadyuzu-86491da0d65b7628ba3f0efb01fdabfae55cfab9.tar
yuzu-86491da0d65b7628ba3f0efb01fdabfae55cfab9.tar.gz
yuzu-86491da0d65b7628ba3f0efb01fdabfae55cfab9.tar.bz2
yuzu-86491da0d65b7628ba3f0efb01fdabfae55cfab9.tar.lz
yuzu-86491da0d65b7628ba3f0efb01fdabfae55cfab9.tar.xz
yuzu-86491da0d65b7628ba3f0efb01fdabfae55cfab9.tar.zst
yuzu-86491da0d65b7628ba3f0efb01fdabfae55cfab9.zip
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 e8d98de99..e770f660b 100644
--- a/src/common/logging/log.h
+++ b/src/common/logging/log.h
@@ -72,6 +72,7 @@ enum class Class : ClassType {
Service_NIFM, ///< The NIFM (Network interface) service
Service_NS, ///< The NS services
Service_NVDRV, ///< The NVDRV (Nvidia driver) service
+ Service_PCIE, ///< The PCIe service
Service_PCTL, ///< The PCTL (Parental control) service
Service_PREPO, ///< The PREPO (Play report) service
Service_SET, ///< The SET (Settings) service