mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00:00
vm::psv::pptr usage
This commit is contained in:
parent
3064560027
commit
93dcd704c5
11 changed files with 27 additions and 27 deletions
|
|
@ -25,7 +25,7 @@ s32 sceKernelFreeMemBlock(s32 uid)
|
|||
throw __FUNCTION__;
|
||||
}
|
||||
|
||||
s32 sceKernelGetMemBlockBase(s32 uid, vm::psv::ptr<vm::psv::ptr<void>> ppBase)
|
||||
s32 sceKernelGetMemBlockBase(s32 uid, vm::psv::pptr<void> ppBase)
|
||||
{
|
||||
throw __FUNCTION__;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue