mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	change buffer index from 1 to 0.
This commit is contained in:
		
							parent
							
								
									41f256f3cd
								
							
						
					
					
						commit
						a8af14ad12
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -603,7 +603,7 @@ void SOC_U::RecvFromOther(Kernel::HLERequestContext& ctx) { | |||
|     IPC::RequestBuilder rb = rp.MakeBuilder(2, 4); | ||||
|     rb.Push(RESULT_SUCCESS); | ||||
|     rb.Push(ret); | ||||
|     rb.PushStaticBuffer(addr_buff, 1); | ||||
|     rb.PushStaticBuffer(addr_buff, 0); | ||||
|     rb.PushMappedBuffer(buffer); | ||||
| } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue