From 920d2cf41d9366a597bbd30d1dea5ba1884b3800 Mon Sep 17 00:00:00 2001 From: MerryMage Date: Wed, 27 Apr 2016 10:57:29 +0100 Subject: AudioCore: SDL2 Sink --- src/common/logging/log.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/common/logging/log.h') 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 -- cgit v1.2.3