diff options
| author | 2018-08-01 15:40:55 -0400 | |
|---|---|---|
| committer | 2018-08-01 16:13:04 -0400 | |
| commit | d109279543c36d20b98ceabdd921e6a9a0015782 (patch) | |
| tree | 24c4b73abf24a6106ce1f2a86da77f41736b6624 /src/common/logging/backend.cpp | |
| parent | Merge pull request #885 from greggameplayer/R32-Float (diff) | |
| download | yuzu-d109279543c36d20b98ceabdd921e6a9a0015782.tar.gz yuzu-d109279543c36d20b98ceabdd921e6a9a0015782.tar.xz yuzu-d109279543c36d20b98ceabdd921e6a9a0015782.zip | |
service: Add bpc and pcv services
Adds the basic skeleton for the remaining pcv-related services based off
information on Switch Brew.
Diffstat (limited to 'src/common/logging/backend.cpp')
| -rw-r--r-- | src/common/logging/backend.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/logging/backend.cpp b/src/common/logging/backend.cpp index d86c40d26..ba0677fa4 100644 --- a/src/common/logging/backend.cpp +++ b/src/common/logging/backend.cpp | |||
| @@ -169,6 +169,7 @@ void FileBackend::Write(const Entry& entry) { | |||
| 169 | SUB(Service, AOC) \ | 169 | SUB(Service, AOC) \ |
| 170 | SUB(Service, APM) \ | 170 | SUB(Service, APM) \ |
| 171 | SUB(Service, BCAT) \ | 171 | SUB(Service, BCAT) \ |
| 172 | SUB(Service, BPC) \ | ||
| 172 | SUB(Service, BTM) \ | 173 | SUB(Service, BTM) \ |
| 173 | SUB(Service, Fatal) \ | 174 | SUB(Service, Fatal) \ |
| 174 | SUB(Service, FGM) \ | 175 | SUB(Service, FGM) \ |
| @@ -188,6 +189,7 @@ void FileBackend::Write(const Entry& entry) { | |||
| 188 | SUB(Service, NVDRV) \ | 189 | SUB(Service, NVDRV) \ |
| 189 | SUB(Service, PCIE) \ | 190 | SUB(Service, PCIE) \ |
| 190 | SUB(Service, PCTL) \ | 191 | SUB(Service, PCTL) \ |
| 192 | SUB(Service, PCV) \ | ||
| 191 | SUB(Service, PREPO) \ | 193 | SUB(Service, PREPO) \ |
| 192 | SUB(Service, SET) \ | 194 | SUB(Service, SET) \ |
| 193 | SUB(Service, SM) \ | 195 | SUB(Service, SM) \ |