mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
				synced 2025-05-12 00:45:25 +00:00 
			
		
		
		
	hle_ipc: Clang format.
This commit is contained in:
		
							parent
							
								
									30cb98f874
								
							
						
					
					
						commit
						b588cbcb1d
					
				@ -104,7 +104,8 @@ void HLERequestContext::ParseCommandBuffer(u32_le* src_cmdbuf, bool incoming) {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    data_payload_offset = rp.GetCurrentOffset();
 | 
					    data_payload_offset = rp.GetCurrentOffset();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    if (domain_message_header && domain_message_header->command ==
 | 
					    if (domain_message_header &&
 | 
				
			||||||
 | 
					        domain_message_header->command ==
 | 
				
			||||||
            IPC::DomainMessageHeader::CommandType::CloseVirtualHandle) {
 | 
					            IPC::DomainMessageHeader::CommandType::CloseVirtualHandle) {
 | 
				
			||||||
        // CloseVirtualHandle command does not have SFC* or any data
 | 
					        // CloseVirtualHandle command does not have SFC* or any data
 | 
				
			||||||
        return;
 | 
					        return;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user