some initial mediaengine work
This commit is contained in:
parent
d485b76e11
commit
1127c72124
11 changed files with 403 additions and 73 deletions
|
@ -1075,7 +1075,7 @@ SceUID __KernelGetCurThread()
|
|||
void sceKernelGetThreadId()
|
||||
{
|
||||
u32 retVal = currentThread->GetUID();
|
||||
DEBUG_LOG(HLE,"%i = sceKernelGetThreadId()", retVal);
|
||||
// DEBUG_LOG(HLE,"%i = sceKernelGetThreadId()", retVal);
|
||||
RETURN(retVal);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue