mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	service/csnd: Fix clang format
This commit is contained in:
		
							parent
							
								
									1f345642c4
								
							
						
					
					
						commit
						84c23ce2e5
					
				
					 1 changed files with 4 additions and 3 deletions
				
			
		|  | @ -36,9 +36,10 @@ void CSND_SND::Initialize(Kernel::HLERequestContext& ctx) { | |||
|     rb.Push(RESULT_SUCCESS); | ||||
|     rb.PushCopyObjects(mutex, shared_memory); | ||||
| 
 | ||||
|     LOG_WARNING(Service_CSND, "(STUBBED) called, size=0x{:08X} " | ||||
|                               "offset0=0x{:08X} offset1=0x{:08X} offset2=0x{:08X} offset3=0x{:08X}", | ||||
|                               size, offset0, offset1, offset2, offset3); | ||||
|     LOG_WARNING(Service_CSND, | ||||
|                 "(STUBBED) called, size=0x{:08X} " | ||||
|                 "offset0=0x{:08X} offset1=0x{:08X} offset2=0x{:08X} offset3=0x{:08X}", | ||||
|                 size, offset0, offset1, offset2, offset3); | ||||
| } | ||||
| 
 | ||||
| void CSND_SND::Shutdown(Kernel::HLERequestContext& ctx) { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue