mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 23:15:18 +00:00
sys_spu_image loading rewritten
This commit is contained in:
parent
db1b012a26
commit
402df68235
6 changed files with 109 additions and 81 deletions
|
|
@ -26,7 +26,7 @@ s32 cellOvisInitializeOverlayTable(vm::ptr<void> ea_ovly_table, vm::cptr<char> e
|
|||
return CELL_OK;
|
||||
}
|
||||
|
||||
void cellOvisFixSpuSegments(vm::ptr<sys_spu_image_t> image)
|
||||
void cellOvisFixSpuSegments(vm::ptr<sys_spu_image> image)
|
||||
{
|
||||
cellOvis.todo("cellOvisFixSpuSegments(image=*0x%x)", image);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue