Hi,
I want to modify the "SPUNamedFunctionTable" of a SPU during the execution of chromium.
I tried :
_cr_myspu_table[1].fn = pFunc; // pFunc pointer to another function
that doesn't work.
I modified the SPUFunctions structure myspu_functions : that doesn't work.
How can I do that ? I think i should call again "SPULoad" function but i am not sure.

Thanks for your help.