mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
[orbis-kernel] regmgr: stub more ids
This commit is contained in:
parent
f5eda5ad6a
commit
dafbd2a0c5
2 changed files with 34 additions and 4 deletions
|
|
@ -611,7 +611,7 @@ SysResult sys_netgetiflist(Thread *thread /* TODO */);
|
|||
SysResult sys_kqueueex(Thread *thread, ptr<char> name, sint flags);
|
||||
SysResult sys_mtypeprotect(Thread *thread /* TODO */);
|
||||
SysResult sys_regmgr_call(Thread *thread, uint32_t op, uint32_t id,
|
||||
ptr<void> result, ptr<void> value, uint64_t type);
|
||||
ptr<void> result, ptr<void> value, uint64_t len);
|
||||
SysResult sys_jitshm_create(Thread *thread /* TODO */);
|
||||
SysResult sys_jitshm_alias(Thread *thread /* TODO */);
|
||||
SysResult sys_dl_get_list(Thread *thread /* TODO */);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue