diff options
author | MerryMage <MerryMage@users.noreply.github.com> | 2016-04-27 10:57:29 +0100 |
---|---|---|
committer | MerryMage <MerryMage@users.noreply.github.com> | 2016-05-07 11:32:48 +0100 |
commit | 920d2cf41d9366a597bbd30d1dea5ba1884b3800 (patch) | |
tree | ca4d930691a4f10b2c6aea5be078b41bdfe76c3e /src/common/logging/log.h | |
parent | c1f0044a4b10bdff45464e5957f7950a6059d0c9 (diff) |
AudioCore: SDL2 Sink
Diffstat (limited to 'src/common/logging/log.h')
-rw-r--r-- | src/common/logging/log.h | 3 |
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 { Render, ///< Emulator video output and hardware acceleration Render_Software, ///< Software renderer backend Render_OpenGL, ///< OpenGL backend - Audio, ///< Emulator audio output + Audio, ///< Audio emulation Audio_DSP, ///< The HLE implementation of the DSP + Audio_Sink, ///< Emulator audio output backend Loader, ///< ROM loader Count ///< Total number of logging classes |