diff options
| author | 2018-07-31 06:33:38 -0400 | |
|---|---|---|
| committer | 2018-07-31 06:40:21 -0400 | |
| commit | e373027a73e84c04b28bbfb4fc837b4133b17d4f (patch) | |
| tree | 8c78e1e5921a492c00bcf28f74f3c61060dbdc01 /src/common/logging/backend.cpp | |
| parent | Merge pull request #855 from bunnei/cubeb (diff) | |
| download | yuzu-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.cpp | 1 |
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) \ |