summaryrefslogtreecommitdiff
path: root/src/common/logging/backend.cpp
diff options
context:
space:
mode:
authorGravatar Subv2015-11-23 17:17:28 -0500
committerGravatar Subv2015-11-23 17:17:28 -0500
commit434ae89a6a9d6c5ea2d2ba4a5dfb39457e15cb5e (patch)
treec3ee81c50fddd9290d044bce322d2b3d8fd39287 /src/common/logging/backend.cpp
parentMerge pull request #1246 from polaris-/patch-1 (diff)
downloadyuzu-434ae89a6a9d6c5ea2d2ba4a5dfb39457e15cb5e.tar.gz
yuzu-434ae89a6a9d6c5ea2d2ba4a5dfb39457e15cb5e.tar.xz
yuzu-434ae89a6a9d6c5ea2d2ba4a5dfb39457e15cb5e.zip
Services/Cam: Added new log type and camera enums from 3dbrew.
Followup to #1102 Original author @mailwl
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) \