diff options
| author | 2018-08-02 14:53:55 -0400 | |
|---|---|---|
| committer | 2018-08-02 14:53:55 -0400 | |
| commit | d0bd01146e382f6aca79ac3a970b292eb30873a0 (patch) | |
| tree | ff2a8f7a08e7daa8ccdfc386cf9b38bd9140d418 /src/common/logging | |
| parent | Merge pull request #896 from lioncash/audio-out (diff) | |
| parent | logging/log: Remove incorrect description in PCV doc comment (diff) | |
| download | yuzu-d0bd01146e382f6aca79ac3a970b292eb30873a0.tar.gz yuzu-d0bd01146e382f6aca79ac3a970b292eb30873a0.tar.xz yuzu-d0bd01146e382f6aca79ac3a970b292eb30873a0.zip | |
Merge pull request #893 from lioncash/psc
service: Add the psc services
Diffstat (limited to 'src/common/logging')
| -rw-r--r-- | src/common/logging/backend.cpp | 1 | ||||
| -rw-r--r-- | src/common/logging/log.h | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/src/common/logging/backend.cpp b/src/common/logging/backend.cpp index d6714587c..43561d607 100644 --- a/src/common/logging/backend.cpp +++ b/src/common/logging/backend.cpp | |||
| @@ -192,6 +192,7 @@ void FileBackend::Write(const Entry& entry) { | |||
| 192 | SUB(Service, PCTL) \ | 192 | SUB(Service, PCTL) \ |
| 193 | SUB(Service, PCV) \ | 193 | SUB(Service, PCV) \ |
| 194 | SUB(Service, PREPO) \ | 194 | SUB(Service, PREPO) \ |
| 195 | SUB(Service, PSC) \ | ||
| 195 | SUB(Service, SET) \ | 196 | SUB(Service, SET) \ |
| 196 | SUB(Service, SM) \ | 197 | SUB(Service, SM) \ |
| 197 | SUB(Service, SPL) \ | 198 | SUB(Service, SPL) \ |
diff --git a/src/common/logging/log.h b/src/common/logging/log.h index e96d817f4..b5891fb15 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h | |||
| @@ -77,8 +77,9 @@ enum class Class : ClassType { | |||
| 77 | Service_NVDRV, ///< The NVDRV (Nvidia driver) service | 77 | Service_NVDRV, ///< The NVDRV (Nvidia driver) service |
| 78 | Service_PCIE, ///< The PCIe service | 78 | Service_PCIE, ///< The PCIe service |
| 79 | Service_PCTL, ///< The PCTL (Parental control) service | 79 | Service_PCTL, ///< The PCTL (Parental control) service |
| 80 | Service_PCV, ///< The PCV (Parental control) service | 80 | Service_PCV, ///< The PCV service |
| 81 | Service_PREPO, ///< The PREPO (Play report) service | 81 | Service_PREPO, ///< The PREPO (Play report) service |
| 82 | Service_PSC, ///< The PSC service | ||
| 82 | Service_SET, ///< The SET (Settings) service | 83 | Service_SET, ///< The SET (Settings) service |
| 83 | Service_SM, ///< The SM (Service manager) service | 84 | Service_SM, ///< The SM (Service manager) service |
| 84 | Service_SPL, ///< The SPL service | 85 | Service_SPL, ///< The SPL service |