Hi,
First of all, thanks for a great SDK!
I'm just wondering where the SDK functions parameters are defined? I know the modules are loaded at runtime, but I'm curios about compile time... For instance sceIoOpen is declared in pspiofilemgr.h and the stub is declared in the matching .s file. But how does the object file I link with get to know the correct parameter list?
/wedoi