diff options
| author | 2022-06-26 18:48:12 -0500 | |
|---|---|---|
| committer | 2022-06-28 19:22:46 -0500 | |
| commit | c0264d212196481553df05df4a4b94743efa07f1 (patch) | |
| tree | d0c399d3343fba5df84d563762564fa4aa4d6906 /src/common/logging | |
| parent | Merge pull request #8512 from german77/nnResult (diff) | |
| download | yuzu-c0264d212196481553df05df4a4b94743efa07f1.tar.gz yuzu-c0264d212196481553df05df4a4b94743efa07f1.tar.xz yuzu-c0264d212196481553df05df4a4b94743efa07f1.zip | |
service: ptm: Rewrite PSM and add TS
Diffstat (limited to 'src/common/logging')
| -rw-r--r-- | src/common/logging/filter.cpp | 2 | ||||
| -rw-r--r-- | src/common/logging/types.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/common/logging/filter.cpp b/src/common/logging/filter.cpp index 4acbff649..6de9bacbf 100644 --- a/src/common/logging/filter.cpp +++ b/src/common/logging/filter.cpp | |||
| @@ -128,7 +128,7 @@ bool ParseFilterRule(Filter& instance, Iterator begin, Iterator end) { | |||
| 128 | SUB(Service, PM) \ | 128 | SUB(Service, PM) \ |
| 129 | SUB(Service, PREPO) \ | 129 | SUB(Service, PREPO) \ |
| 130 | SUB(Service, PSC) \ | 130 | SUB(Service, PSC) \ |
| 131 | SUB(Service, PSM) \ | 131 | SUB(Service, PTM) \ |
| 132 | SUB(Service, SET) \ | 132 | SUB(Service, SET) \ |
| 133 | SUB(Service, SM) \ | 133 | SUB(Service, SM) \ |
| 134 | SUB(Service, SPL) \ | 134 | SUB(Service, SPL) \ |
diff --git a/src/common/logging/types.h b/src/common/logging/types.h index cabb4db8e..595c15ada 100644 --- a/src/common/logging/types.h +++ b/src/common/logging/types.h | |||
| @@ -95,7 +95,7 @@ enum class Class : u8 { | |||
| 95 | Service_PM, ///< The PM service | 95 | Service_PM, ///< The PM service |
| 96 | Service_PREPO, ///< The PREPO (Play report) service | 96 | Service_PREPO, ///< The PREPO (Play report) service |
| 97 | Service_PSC, ///< The PSC service | 97 | Service_PSC, ///< The PSC service |
| 98 | Service_PSM, ///< The PSM service | 98 | Service_PTM, ///< The PTM service |
| 99 | Service_SET, ///< The SET (Settings) service | 99 | Service_SET, ///< The SET (Settings) service |
| 100 | Service_SM, ///< The SM (Service manager) service | 100 | Service_SM, ///< The SM (Service manager) service |
| 101 | Service_SPL, ///< The SPL service | 101 | Service_SPL, ///< The SPL service |