common/logging/log: Add LLE in Audio_DSP comment (#5327)

@wwylele forgot to add it in https://github.com/citra-emu/citra/pull/4490.
This commit is contained in:
Valentin Vanelslande 2020-05-04 05:20:56 -05:00 committed by GitHub
parent 2874401703
commit 41abdb505c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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