summaryrefslogtreecommitdiffstats
path: root/src/common/logging/backend.cpp
diff options
context:
space:
mode:
authorwwylele <wwylele@gmail.com>2017-01-20 20:52:32 +0100
committerwwylele <wwylele@gmail.com>2017-03-01 22:30:57 +0100
commit3974895e08fc133c4e000c2a654f401662325718 (patch)
tree6d2ae82440c528845032ae7c4dd1317c90f0de4a /src/common/logging/backend.cpp
parentCommon: add ParamPackage (diff)
downloadyuzu-3974895e08fc133c4e000c2a654f401662325718.tar
yuzu-3974895e08fc133c4e000c2a654f401662325718.tar.gz
yuzu-3974895e08fc133c4e000c2a654f401662325718.tar.bz2
yuzu-3974895e08fc133c4e000c2a654f401662325718.tar.lz
yuzu-3974895e08fc133c4e000c2a654f401662325718.tar.xz
yuzu-3974895e08fc133c4e000c2a654f401662325718.tar.zst
yuzu-3974895e08fc133c4e000c2a654f401662325718.zip
Diffstat (limited to '')
-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 737e1d57f..42f6a9918 100644
--- a/src/common/logging/backend.cpp
+++ b/src/common/logging/backend.cpp
@@ -71,6 +71,7 @@ namespace Log {
CLS(Audio) \
SUB(Audio, DSP) \
SUB(Audio, Sink) \
+ CLS(Input) \
CLS(Loader)
// GetClassName is a macro defined by Windows.h, grrr...