mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	FS: fix wrong response header of Initialize
This commit is contained in:
		
							parent
							
								
									6c6e42375c
								
							
						
					
					
						commit
						e003e75dc5
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -37,7 +37,7 @@ void FS_USER::Initialize(Kernel::HLERequestContext& ctx) { | ||||||
|     IPC::RequestParser rp(ctx, 0x0801, 0, 2); |     IPC::RequestParser rp(ctx, 0x0801, 0, 2); | ||||||
|     rp.PopPID(); |     rp.PopPID(); | ||||||
| 
 | 
 | ||||||
|     IPC::RequestBuilder rb = rp.MakeBuilder(0, 1); |     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