Basically working implementation of TLS funcs.
But doesn't wait at all, which it should.
This commit is contained in:
parent
b2faa57b5b
commit
e77647a394
4 changed files with 251 additions and 15 deletions
|
@ -538,6 +538,8 @@ KernelObject *KernelObjectPool::CreateByIDType(int type)
|
|||
return __KernelThreadObject();
|
||||
case SCE_KERNEL_TMID_VTimer:
|
||||
return __KernelVTimerObject();
|
||||
case SCE_KERNEL_TMID_Tls:
|
||||
return __KernelTlsObject();
|
||||
case PPSSPP_KERNEL_TMID_File:
|
||||
return __KernelFileNodeObject();
|
||||
case PPSSPP_KERNEL_TMID_DirList:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue