mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	service/ac: fix clang format
This commit is contained in:
		
							parent
							
								
									a50cd37aa6
								
							
						
					
					
						commit
						7b4738ad33
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -153,8 +153,8 @@ void Module::Interface::IsConnected(Kernel::HLERequestContext& ctx) { | ||||||
|     rb.Push(RESULT_SUCCESS); |     rb.Push(RESULT_SUCCESS); | ||||||
|     rb.Push(ac->ac_connected); |     rb.Push(ac->ac_connected); | ||||||
| 
 | 
 | ||||||
|     NGLOG_WARNING(Service_AC, "(STUBBED) called unk=0x{:08X} descriptor=0x{:08X} param=0x{:08X}", unk, |     NGLOG_WARNING(Service_AC, "(STUBBED) called unk=0x{:08X} descriptor=0x{:08X} param=0x{:08X}", | ||||||
|                   unk_descriptor, unk_param); |                   unk, unk_descriptor, unk_param); | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| void Module::Interface::SetClientVersion(Kernel::HLERequestContext& ctx) { | void Module::Interface::SetClientVersion(Kernel::HLERequestContext& ctx) { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue