sys_spu_image loading rewritten

This commit is contained in:
Nekotekina 2017-04-13 18:35:49 +03:00
parent db1b012a26
commit 402df68235
6 changed files with 109 additions and 81 deletions

View file

@ -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);
}