Add few stubs seen from Dragon Ball Z Tenkaichi Tag Team

This commit is contained in:
raven02
2013-02-04 03:19:55 +08:00
parent 2bacf8071f
commit 24c720892c
5 changed files with 29 additions and 1 deletions
+6
View File
@@ -2074,6 +2074,12 @@ void sceKernelGetCallbackCount()
}
}
u32 sceKernelExtendThreadStack(u32 cpu, u32 size, u32 entryAddr, u32 entryParameter)
{
ERROR_LOG(HLE,"UNIMPL sceKernelExtendThreadStack(%08x, %08x, %08x, %08x)", cpu, size, entryAddr, entryParameter);
return 0;
}
void sceKernelReferCallbackStatus()
{
SceUID cbId = PARAM(0);