For a noob/newcomer (meaning me) how do i get into PSP Dev
Printable View
For a noob/newcomer (meaning me) how do i get into PSP Dev
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.
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.
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.