mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
Implement sys_process_exit3
This commit is contained in:
parent
2ba437b6dc
commit
7ddeb0d00f
3 changed files with 11 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ const std::array<std::pair<ppu_intrp_func_t, std::string_view>, 1024> g_ppu_sysc
|
|||
null_func,
|
||||
BIND_SYSC(sys_process_getpid), //1 (0x001)
|
||||
BIND_SYSC(sys_process_wait_for_child), //2 (0x002) ROOT
|
||||
null_func, //3 (0x003)
|
||||
BIND_SYSC(sys_process_exit3), //3 (0x003)
|
||||
BIND_SYSC(sys_process_get_status), //4 (0x004) DBG
|
||||
BIND_SYSC(sys_process_detach_child), //5 (0x005) DBG
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue