summaryrefslogtreecommitdiff
path: root/src/common/logging
diff options
context:
space:
mode:
authorGravatar David Marcec2018-04-26 14:19:34 -0700
committerGravatar David Marcec2018-04-26 14:19:34 -0700
commitf1f7f2cba93631c67dfd8767f69a2a23a6edcf23 (patch)
tree18b01330f52b144f30ab67c531b1a5dd5e13e1d3 /src/common/logging
parentGetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport... (diff)
downloadyuzu-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.cpp1
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) \