Basically working implementation of TLS funcs.

But doesn't wait at all, which it should.
This commit is contained in:
Unknown W. Brackets 2013-04-14 16:28:20 -07:00
parent b2faa57b5b
commit e77647a394
4 changed files with 251 additions and 15 deletions

View file

@ -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: