What documentation does exist for the PSP SDK & toolchain?
The only things I could find on the internet were copies of the stuff generated by doxygen.
What would be nice is something like MSDN with explanations and code examples for the different library functions.
PSPToolcahin Documentation?
Re: PSPToolcahin Documentation?
Actually those explanations and some examples are in those doxygen generated pages.zhilik wrote:What documentation does exist for the PSP SDK & toolchain?
The only things I could find on the internet were copies of the stuff generated by doxygen.
What would be nice is something like MSDN with explanations and code examples for the different library functions.
Code: Select all
int main(){
SetupCallbacks();
makeNiceGame();
sceKernelExitGame();
}