svc: correct GetProcessInfo(20)

This commit is contained in:
wwylele 2017-12-08 21:28:48 +02:00
parent 69caf8c5dc
commit 5026480b36

View file

@ -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: