Hi all
what is the stall address in sceGeListEnQueue? Is it the end-address of the list?
sceGeListEnQueue and stall address
Is is the address inside the command list to stall at, i.e. it allows you to build a GE command list and run it on the fly. When you set the stall address the GE will go off and process all commands until it hits that point, it will then stall, meanwhile your code adds some more data to the list then updates the stall and the GE continues. Ad infinitum, at least until you hit an end of list command.