mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	AudioCore: SDL2 Sink
This commit is contained in:
		
							parent
							
								
									c1f0044a4b
								
							
						
					
					
						commit
						920d2cf41d
					
				
					 9 changed files with 182 additions and 3 deletions
				
			
		|  | @ -65,6 +65,7 @@ namespace Log { | |||
|         SUB(Render, OpenGL) \ | ||||
|         CLS(Audio) \ | ||||
|         SUB(Audio, DSP) \ | ||||
|         SUB(Audio, Sink) \ | ||||
|         CLS(Loader) | ||||
| 
 | ||||
| // GetClassName is a macro defined by Windows.h, grrr...
 | ||||
|  |  | |||
|  | @ -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
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue