mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	Service/DLP: Fix IsChild
This commit is contained in:
		
							parent
							
								
									1eeccdd556
								
							
						
					
					
						commit
						482dc91dd6
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -12,7 +12,7 @@ namespace Service { | ||||||
| namespace DLP { | namespace DLP { | ||||||
| 
 | 
 | ||||||
| void DLP_SRVR::IsChild(Kernel::HLERequestContext& ctx) { | void DLP_SRVR::IsChild(Kernel::HLERequestContext& ctx) { | ||||||
|     IPC::RequestParser rp(ctx, 0x0E, 0, 0); |     IPC::RequestParser rp(ctx, 0x0E, 1, 0); | ||||||
| 
 | 
 | ||||||
|     IPC::RequestBuilder rb = rp.MakeBuilder(2, 0); |     IPC::RequestBuilder rb = rp.MakeBuilder(2, 0); | ||||||
|     rb.Push(RESULT_SUCCESS); |     rb.Push(RESULT_SUCCESS); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue