mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-16 11:48:36 +12:00
mem_ptr_t replaced
This commit is contained in:
parent
bd9775e0eb
commit
b952017a3a
73 changed files with 833 additions and 1142 deletions
|
@ -81,12 +81,12 @@ int cellFiberPpuJoinFiber()
|
|||
return CELL_OK;
|
||||
}
|
||||
|
||||
u32 cellFiberPpuSelf()
|
||||
vm::ptr<void> cellFiberPpuSelf()
|
||||
{
|
||||
cellFiber->Log("cellFiberPpuSelf() -> nullptr"); // TODO
|
||||
|
||||
// returns fiber structure (zero for simple PPU thread)
|
||||
return 0;
|
||||
return vm::ptr<void>::make(0);
|
||||
}
|
||||
|
||||
int cellFiberPpuSendSignal()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue