implement getSizeKB functions

bugfix in sys_net. id 0 is acceptable socket id
This commit is contained in:
Inviuz 2017-03-22 11:09:10 +01:00 committed by Ivan
parent cec75e8567
commit 149c08ba78
3 changed files with 37 additions and 9 deletions

View file

@ -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;
}