PDA

View Full Version : How to Get into PSP Devvelopment ?



wraggster
June 8th, 2005, 01:44
For a noob/newcomer (meaning me) how do i get into PSP Dev

tank
June 8th, 2005, 07:35
In its current state, C is the only supported language ( no cpp yet ). If you are not comfortable with C get a book or check out http://www.cprogramming.com. From there it gets a little tricky. You'll need to build the PS2 dev toolchain and get a custom PSP compiler ( http://www.ps2dev.org ). Then its the fun part. Coding.

shizzle
June 8th, 2005, 08:45
yea ps2dev is the place to be but you have to follow it for at least a week before you begin to understand what they are talking about if you are a n00b, whislt at the same time learning c++/c which will take you a while.

quzar
June 8th, 2005, 08:49
easiest possible way would be the same way as dc dev. take something already released and start modifying it. Once you understand the OSD(operating system dependant) functions and such, then you can do your own stuff.