diff options
| author | 2018-04-26 14:19:34 -0700 | |
|---|---|---|
| committer | 2018-04-26 14:19:34 -0700 | |
| commit | f1f7f2cba93631c67dfd8767f69a2a23a6edcf23 (patch) | |
| tree | 18b01330f52b144f30ab67c531b1a5dd5e13e1d3 /src/common/logging | |
| parent | GetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport... (diff) | |
| download | yuzu-f1f7f2cba93631c67dfd8767f69a2a23a6edcf23.tar.gz yuzu-f1f7f2cba93631c67dfd8767f69a2a23a6edcf23.tar.xz yuzu-f1f7f2cba93631c67dfd8767f69a2a23a6edcf23.zip | |
Added PREPO to logging backend, Removed comments from SaveReportWithUser
Diffstat (limited to 'src/common/logging')
| -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 26cd75a3e..618be0864 100644 --- a/src/common/logging/backend.cpp +++ b/src/common/logging/backend.cpp | |||
| @@ -48,6 +48,7 @@ namespace Log { | |||
| 48 | SUB(Service, NS) \ | 48 | SUB(Service, NS) \ |
| 49 | SUB(Service, NVDRV) \ | 49 | SUB(Service, NVDRV) \ |
| 50 | SUB(Service, PCTL) \ | 50 | SUB(Service, PCTL) \ |
| 51 | SUB(Service, PREPO) \ | ||
| 51 | SUB(Service, SET) \ | 52 | SUB(Service, SET) \ |
| 52 | SUB(Service, SM) \ | 53 | SUB(Service, SM) \ |
| 53 | SUB(Service, SPL) \ | 54 | SUB(Service, SPL) \ |