mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-08 13:43:27 +02:00
Update all the HLE tables with arg and ret info.
This commit is contained in:
@@ -2553,11 +2553,11 @@ SceUID sceKernelGetThreadId()
|
||||
return currentThread;
|
||||
}
|
||||
|
||||
void sceKernelGetThreadCurrentPriority()
|
||||
int sceKernelGetThreadCurrentPriority()
|
||||
{
|
||||
u32 retVal = __GetCurrentThread()->nt.currentPriority;
|
||||
DEBUG_LOG(SCEKERNEL,"%i = sceKernelGetThreadCurrentPriority()", retVal);
|
||||
RETURN(retVal);
|
||||
return retVal;
|
||||
}
|
||||
|
||||
int sceKernelChangeCurrentThreadAttr(u32 clearAttr, u32 setAttr)
|
||||
|
||||
Reference in New Issue
Block a user