mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-11-04 07:38:47 +00:00 
			
		
		
		
	Service: clear IPC header for unimplemented function stub
This commit is contained in:
		
							parent
							
								
									3f86be88f0
								
							
						
					
					
						commit
						e6feef96c1
					
				
					 1 changed files with 3 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -166,6 +166,9 @@ void ServiceFrameworkBase::ReportUnimplementedFunction(u32* cmd_buf, const Funct
 | 
			
		|||
 | 
			
		||||
    LOG_ERROR(Service, "unknown / unimplemented {}", fmt::to_string(buf));
 | 
			
		||||
    // TODO(bunnei): Hack - ignore error
 | 
			
		||||
    header.normal_params_size.Assign(1);
 | 
			
		||||
    header.translate_params_size.Assign(0);
 | 
			
		||||
    cmd_buf[0] = header.raw;
 | 
			
		||||
    cmd_buf[1] = 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue