mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	svc: correct GetProcessInfo(20)
This commit is contained in:
		
							parent
							
								
									69caf8c5dc
								
							
						
					
					
						commit
						5026480b36
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -1268,7 +1268,7 @@ static ResultCode GetProcessInfo(s64* out, Kernel::Handle process_handle, u32 ty | |||
|         LOG_ERROR(Kernel_SVC, "unimplemented GetProcessInfo type=%u", type); | ||||
|         break; | ||||
|     case 20: | ||||
|         *out = Memory::FCRAM_PADDR - process->GetLinearHeapBase(); | ||||
|         *out = Memory::FCRAM_PADDR - process->GetLinearHeapAreaAddress(); | ||||
|         break; | ||||
|     case 21: | ||||
|     case 22: | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue