vm::psv::pptr usage

This commit is contained in:
Nekotekina 2015-06-15 01:11:46 +03:00
parent 3064560027
commit 93dcd704c5
11 changed files with 27 additions and 27 deletions

View file

@ -536,7 +536,7 @@ s32 sceUltUlthreadTryJoin(vm::psv::ptr<SceUltUlthread> ulthread, vm::psv::ptr<s3
throw __FUNCTION__;
}
s32 sceUltUlthreadGetSelf(vm::psv::ptr<vm::psv::ptr<SceUltUlthread>> ulthread)
s32 sceUltUlthreadGetSelf(vm::psv::pptr<SceUltUlthread> ulthread)
{
throw __FUNCTION__;
}