summaryrefslogtreecommitdiff
path: root/src/common/logging/log.h
diff options
context:
space:
mode:
authorGravatar MerryMage2016-04-27 10:57:29 +0100
committerGravatar MerryMage2016-05-07 11:32:48 +0100
commit920d2cf41d9366a597bbd30d1dea5ba1884b3800 (patch)
treeca4d930691a4f10b2c6aea5be078b41bdfe76c3e /src/common/logging/log.h
parentMerge pull request #1729 from MerryMage/null-sink (diff)
downloadyuzu-920d2cf41d9366a597bbd30d1dea5ba1884b3800.tar.gz
yuzu-920d2cf41d9366a597bbd30d1dea5ba1884b3800.tar.xz
yuzu-920d2cf41d9366a597bbd30d1dea5ba1884b3800.zip
AudioCore: SDL2 Sink
Diffstat (limited to 'src/common/logging/log.h')
-rw-r--r--src/common/logging/log.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common/logging/log.h b/src/common/logging/log.h
index 521362317..c6910b1c7 100644
--- a/src/common/logging/log.h
+++ b/src/common/logging/log.h
@@ -78,8 +78,9 @@ enum class Class : ClassType {
78 Render, ///< Emulator video output and hardware acceleration 78 Render, ///< Emulator video output and hardware acceleration
79 Render_Software, ///< Software renderer backend 79 Render_Software, ///< Software renderer backend
80 Render_OpenGL, ///< OpenGL backend 80 Render_OpenGL, ///< OpenGL backend
81 Audio, ///< Emulator audio output 81 Audio, ///< Audio emulation
82 Audio_DSP, ///< The HLE implementation of the DSP 82 Audio_DSP, ///< The HLE implementation of the DSP
83 Audio_Sink, ///< Emulator audio output backend
83 Loader, ///< ROM loader 84 Loader, ///< ROM loader
84 85
85 Count ///< Total number of logging classes 86 Count ///< Total number of logging classes