sys_process: Fix sys_process_get_id, add error_code (#7246)

This commit is contained in:
Eladash 2020-01-14 20:32:41 +02:00 committed by Ivan
parent 8bbda3dedb
commit 01035d35bd
5 changed files with 57 additions and 32 deletions

View file

@ -22,7 +22,7 @@ extern std::string ppu_get_syscall_name(u64 code)
case 25: return "sys_process_get_sdk_version";
case 26: return "_sys_process_exit2";
case 28: return "_sys_process_get_number_of_object";
case 29: return "sys_process_get_id";
case 29: return "sys_process_get_id2";
case 30: return "_sys_process_get_paramsfo";
case 31: return "sys_process_get_ppu_guid";
case 41: return "_sys_ppu_thread_exit";