PSPToolcahin Documentation?

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
zhilik
Posts: 1
Joined: Thu Sep 10, 2009 4:11 am

PSPToolcahin Documentation?

Post by zhilik »

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.
User avatar
Torch
Posts: 825
Joined: Wed May 28, 2008 2:50 am

Post by Torch »

There is none. Look for tutorials.
jojojoris
Posts: 255
Joined: Sun Mar 30, 2008 4:06 am

Re: PSPToolcahin Documentation?

Post by jojojoris »

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.
Actually those explanations and some examples are in those doxygen generated pages.

Code: Select all

int main(){
     SetupCallbacks();
     makeNiceGame();
     sceKernelExitGame();
}
Post Reply