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:
		
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							2874401703
						
					
				
				
					commit
					41abdb505c
				
			| @@ -102,7 +102,7 @@ enum class Class : ClassType { | |||||||
|     Render_Software,   ///< Software renderer backend |     Render_Software,   ///< Software renderer backend | ||||||
|     Render_OpenGL,     ///< OpenGL backend |     Render_OpenGL,     ///< OpenGL backend | ||||||
|     Audio,             ///< Audio emulation |     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 |     Audio_Sink,        ///< Emulator audio output backend | ||||||
|     Loader,            ///< ROM loader |     Loader,            ///< ROM loader | ||||||
|     Input,             ///< Input emulation |     Input,             ///< Input emulation | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user