diff options
author | bunnei <bunneidev@gmail.com> | 2016-05-07 11:08:13 -0400 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2016-05-07 11:08:13 -0400 |
commit | c549c3607675dcaa7aa508477da89d0d3bec076b (patch) | |
tree | 1f3a6775c631174398fa507683f14c1969308c9c /src/common/logging/log.h | |
parent | 1a6cd7eb4b0b17f51d5cce036aa586f909a068e0 (diff) | |
parent | 920d2cf41d9366a597bbd30d1dea5ba1884b3800 (diff) |
Merge pull request #1736 from MerryMage/sdl2-sink
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 |