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

@ -65,7 +65,7 @@ s32 sceFiberSwitch(vm::psv::ptr<SceFiber> fiber, u32 argOnRunTo, vm::psv::ptr<u3
throw __FUNCTION__;
}
s32 sceFiberGetSelf(vm::psv::ptr<vm::psv::ptr<SceFiber>> fiber)
s32 sceFiberGetSelf(vm::psv::pptr<SceFiber> fiber)
{
throw __FUNCTION__;
}