More signed compare warnings.
This commit is contained in:
parent
a3f93ed203
commit
62ab4b7f51
8 changed files with 31 additions and 32 deletions
|
@ -53,7 +53,7 @@ void sceKernelResumeThread();
|
|||
void sceKernelWakeupThread();
|
||||
void sceKernelCancelWakeupThread();
|
||||
int sceKernelTerminateDeleteThread(int threadno);
|
||||
int sceKernelTerminateThread(u32 threadID);
|
||||
int sceKernelTerminateThread(SceUID threadID);
|
||||
int sceKernelWaitThreadEndCB(SceUID threadID, u32 timeoutPtr);
|
||||
void sceKernelGetThreadExitStatus();
|
||||
u32 sceKernelGetThreadmanIdType(u32);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue