Code: Select all
static unsigned int __attribute__((aligned(16))) list[262144];
...
sceGuStart(GU_DIRECT,list);
Also, as it seems to be a momory pointer, wouldn't the Sony bods have not had a 'size' parameter in the function call?
If it's to pass it a chunck of RAM to use as a buffer or something, I'd have expected the hardware to have dedicated space??
I'm sure I must be missing something obvious, but a search didn't throw much up, plus I've been looking at code at work all day and it's Monday so my brain is a bit frazzled.