svc: correct GetProcessInfo(20)

master
wwylele 2017-12-08 21:28:48 +07:00
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); LOG_ERROR(Kernel_SVC, "unimplemented GetProcessInfo type=%u", type);
break; break;
case 20: case 20:
*out = Memory::FCRAM_PADDR - process->GetLinearHeapBase(); *out = Memory::FCRAM_PADDR - process->GetLinearHeapAreaAddress();
break; break;
case 21: case 21:
case 22: case 22: