mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
implement getSizeKB functions
bugfix in sys_net. id 0 is acceptable socket id
This commit is contained in:
parent
cec75e8567
commit
149c08ba78
3 changed files with 37 additions and 9 deletions
|
|
@ -808,9 +808,9 @@ s32 cellGcmSetQueueHandler()
|
|||
return CELL_OK;
|
||||
}
|
||||
|
||||
s32 cellGcmSetSecondVHandler()
|
||||
s32 cellGcmSetSecondVHandler(vm::ptr<void(u32)> handler)
|
||||
{
|
||||
UNIMPLEMENTED_FUNC(cellGcmSys);
|
||||
cellGcmSys.todo("cellGcmSetSecondVHandler(handler=0x%x)", handler);
|
||||
return CELL_OK;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue