From 41abdb505cb9c6be187520b8451c4b3cb9f0ed51 Mon Sep 17 00:00:00 2001 From: Valentin Vanelslande Date: Mon, 4 May 2020 05:20:56 -0500 Subject: [PATCH] common/logging/log: Add LLE in Audio_DSP comment (#5327) @wwylele forgot to add it in https://github.com/citra-emu/citra/pull/4490. --- src/common/logging/log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/logging/log.h b/src/common/logging/log.h index 9dc8af3ca..a14e2ff37 100644 --- a/src/common/logging/log.h +++ b/src/common/logging/log.h @@ -102,7 +102,7 @@ enum class Class : ClassType { Render_Software, ///< Software renderer backend Render_OpenGL, ///< OpenGL backend Audio, ///< Audio emulation - Audio_DSP, ///< The HLE implementation of the DSP + Audio_DSP, ///< The HLE and LLE implementations of the DSP Audio_Sink, ///< Emulator audio output backend Loader, ///< ROM loader Input, ///< Input emulation