mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00:00
[orbis-kernel] ipmi: stub SceLncService::0x30013
Stub sys_get_cpu_usage_all
This commit is contained in:
parent
c439f81060
commit
dba424ca1a
2 changed files with 92 additions and 38 deletions
|
|
@ -728,7 +728,7 @@ SysResult sys_get_gpo(Thread *thread /* TODO */);
|
|||
SysResult sys_get_vm_map_timestamp(Thread *thread /* TODO */);
|
||||
SysResult sys_opmc_set_hw(Thread *thread /* TODO */);
|
||||
SysResult sys_opmc_get_hw(Thread *thread /* TODO */);
|
||||
SysResult sys_get_cpu_usage_all(Thread *thread /* TODO */);
|
||||
SysResult sys_get_cpu_usage_all(Thread *thread, uint32_t unk, ptr<uint32_t> result);
|
||||
SysResult sys_mmap_dmem(Thread *thread, caddr_t addr, size_t len,
|
||||
sint memoryType, sint prot, sint flags,
|
||||
off_t directMemoryStart);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue