mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	service/gsp: Fixed typo in FlushDataCache IPC::RequestParser creation
This commit is contained in:
		
							parent
							
								
									c43f1ed088
								
							
						
					
					
						commit
						c6554f1fbc
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -309,7 +309,7 @@ void GSP_GPU::SetBufferSwap(Kernel::HLERequestContext& ctx) { | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| void GSP_GPU::FlushDataCache(Kernel::HLERequestContext& ctx) { | void GSP_GPU::FlushDataCache(Kernel::HLERequestContext& ctx) { | ||||||
|     IPC::RequestParser rp(ctx, 0x9, 2, 2); |     IPC::RequestParser rp(ctx, 0x8, 2, 2); | ||||||
|     u32 address = rp.Pop<u32>(); |     u32 address = rp.Pop<u32>(); | ||||||
|     u32 size = rp.Pop<u32>(); |     u32 size = rp.Pop<u32>(); | ||||||
|     auto process = rp.PopObject<Kernel::Process>(); |     auto process = rp.PopObject<Kernel::Process>(); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue