Page 1 of 1

Porting Games from C++ to PSP

PostPosted: Tue May 19, 2009 2:00 pm
by robofreak111
I made a game in C++, and was wondering if it is possible to port it to the PSP. How would i go about doing this? I need to make it an EBOOT.PBP file, right?

Thanks for the help

PostPosted: Tue May 19, 2009 6:20 pm
by crait
If you're on Linux it will be easy, otherwise you need CyQwin, a Linux runtime environment.
Get the code and change up some of it and make a makefile and get the SDK.
Compile it.
It's pretty easy because you can compile C++ code into PBP format!

http://ps2dev.org/ < This is the best site for PSP programming.
http://www.psp-programming.com/ < I hate this site but sometimes they help.

PostPosted: Wed Jun 03, 2009 3:32 pm
by robofreak111
okay, thank you very much!

PostPosted: Wed Jun 03, 2009 5:37 pm
by crait
No problem ;)