mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-11-04 07:38:47 +00:00 
			
		
		
		
	Fix ReadPipeIfPossible
This commit is contained in:
		
							parent
							
								
									edb5977fba
								
							
						
					
					
						commit
						fd0a618b16
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -161,7 +161,7 @@ void DSP_DSP::ReadPipeIfPossible(Kernel::HLERequestContext& ctx) {
 | 
			
		|||
 | 
			
		||||
    IPC::RequestBuilder rb = rp.MakeBuilder(2, 2);
 | 
			
		||||
    rb.Push(RESULT_SUCCESS);
 | 
			
		||||
    rb.Push<u16>(pipe_readable_size);
 | 
			
		||||
    rb.Push<u16>(pipe_buffer.size());
 | 
			
		||||
    rb.PushStaticBuffer(std::move(pipe_buffer), 0);
 | 
			
		||||
 | 
			
		||||
    LOG_DEBUG(Service_DSP, "channel={}, peer={}, size=0x{:04X}, pipe_readable_size=0x{:04X}",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue