Wrap sceKernelCreateFpl and fix refer status.
Just initial changes to make it test properly.
This commit is contained in:
parent
49d41abbd3
commit
f48b730828
3 changed files with 55 additions and 50 deletions
|
@ -46,7 +46,7 @@ int sceKernelFreeVpl(SceUID uid, u32 addr);
|
|||
int sceKernelCancelVpl(SceUID uid, u32 numWaitThreadsPtr);
|
||||
int sceKernelReferVplStatus(SceUID uid, u32 infoPtr);
|
||||
|
||||
void sceKernelCreateFpl();
|
||||
int sceKernelCreateFpl(const char *name, u32 mpid, u32 attr, u32 blocksize, u32 numBlocks, u32 optPtr);
|
||||
void sceKernelDeleteFpl();
|
||||
void sceKernelAllocateFpl();
|
||||
void sceKernelAllocateFplCB();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue