summaryrefslogtreecommitdiff
path: root/src/common/logging/backend.cpp
diff options
context:
space:
mode:
authorGravatar bunnei2015-12-03 22:01:45 -0500
committerGravatar bunnei2015-12-03 22:01:45 -0500
commit87df493b5b7f31899ba875f41afe358caad44978 (patch)
tree9638d6807b6bb9b5b774cb02d77d294056a1ad60 /src/common/logging/backend.cpp
parentMerge pull request #1261 from yuriks/tev-buffer-delay (diff)
parentServices/Cam: Added new log type and camera enums from 3dbrew. (diff)
downloadyuzu-87df493b5b7f31899ba875f41afe358caad44978.tar.gz
yuzu-87df493b5b7f31899ba875f41afe358caad44978.tar.xz
yuzu-87df493b5b7f31899ba875f41afe358caad44978.zip
Merge pull request #1252 from Subv/cam
Services/Cam: Added new log type and camera enums from 3dbrew.
Diffstat (limited to 'src/common/logging/backend.cpp')
-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 21a9ae8d0..d186ba8f8 100644
--- a/src/common/logging/backend.cpp
+++ b/src/common/logging/backend.cpp
@@ -44,6 +44,7 @@ namespace Log {
44 SUB(Service, LDR) \ 44 SUB(Service, LDR) \
45 SUB(Service, NIM) \ 45 SUB(Service, NIM) \
46 SUB(Service, NWM) \ 46 SUB(Service, NWM) \
47 SUB(Service, CAM) \
47 SUB(Service, CFG) \ 48 SUB(Service, CFG) \
48 SUB(Service, DSP) \ 49 SUB(Service, DSP) \
49 SUB(Service, HID) \ 50 SUB(Service, HID) \