summaryrefslogtreecommitdiff
path: root/src/common/logging/backend.cpp
diff options
context:
space:
mode:
authorGravatar Lioncash2018-07-31 06:33:38 -0400
committerGravatar Lioncash2018-07-31 06:40:21 -0400
commite373027a73e84c04b28bbfb4fc837b4133b17d4f (patch)
tree8c78e1e5921a492c00bcf28f74f3c61060dbdc01 /src/common/logging/backend.cpp
parentMerge pull request #855 from bunnei/cubeb (diff)
downloadyuzu-e373027a73e84c04b28bbfb4fc837b4133b17d4f.tar.gz
yuzu-e373027a73e84c04b28bbfb4fc837b4133b17d4f.tar.xz
yuzu-e373027a73e84c04b28bbfb4fc837b4133b17d4f.zip
service: Add the pcie service
Adds the basic skeleton of the pcie service based off information on Switch Brew.
Diffstat (limited to 'src/common/logging/backend.cpp')
-rw-r--r--src/common/logging/backend.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/logging/backend.cpp b/src/common/logging/backend.cpp
index 55de535c0..b8f7f473d 100644
--- a/src/common/logging/backend.cpp
+++ b/src/common/logging/backend.cpp
@@ -185,6 +185,7 @@ void FileBackend::Write(const Entry& entry) {
185 SUB(Service, NIFM) \ 185 SUB(Service, NIFM) \
186 SUB(Service, NS) \ 186 SUB(Service, NS) \
187 SUB(Service, NVDRV) \ 187 SUB(Service, NVDRV) \
188 SUB(Service, PCIE) \
188 SUB(Service, PCTL) \ 189 SUB(Service, PCTL) \
189 SUB(Service, PREPO) \ 190 SUB(Service, PREPO) \
190 SUB(Service, SET) \ 191 SUB(Service, SET) \