mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 22:47:03 +00:00
vm::psv::pptr usage
This commit is contained in:
parent
3064560027
commit
93dcd704c5
11 changed files with 27 additions and 27 deletions
|
|
@ -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__;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue