mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	DSP_DSP: avoid global in WriteProcessPipe
This commit is contained in:
		
							parent
							
								
									e40efbf37b
								
							
						
					
					
						commit
						daf23eca2e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -94,7 +94,7 @@ void DSP_DSP::WriteProcessPipe(Kernel::HLERequestContext& ctx) { | ||||||
|         break; |         break; | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|     Core::DSP().PipeWrite(pipe, buffer); |     system.DSP().PipeWrite(pipe, buffer); | ||||||
| 
 | 
 | ||||||
|     IPC::RequestBuilder rb = rp.MakeBuilder(1, 0); |     IPC::RequestBuilder rb = rp.MakeBuilder(1, 0); | ||||||
|     rb.Push(RESULT_SUCCESS); |     rb.Push(RESULT_SUCCESS); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue