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?
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!