| View previous topic :: View next topic |
| Author |
Message |
zhilik
Joined: 10 Sep 2009 Posts: 1
|
Posted: Thu Sep 10, 2009 4:56 am Post subject: PSPToolcahin Documentation? |
|
|
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. |
|
| Back to top |
|
 |
Torch

Joined: 28 May 2008 Posts: 842
|
Posted: Thu Sep 10, 2009 1:10 pm Post subject: |
|
|
| There is none. Look for tutorials. |
|
| Back to top |
|
 |
jojojoris
Joined: 30 Mar 2008 Posts: 261
|
Posted: Thu Sep 10, 2009 11:27 pm Post subject: Re: PSPToolcahin Documentation? |
|
|
| 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: | int main(){
SetupCallbacks();
makeNiceGame();
sceKernelExitGame();
} |
|
|
| Back to top |
|
 |
|