Skip to content

krzkaczor/psp-developer-guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

PSP Developer Guide

PSP Developer Guide is an attempt to gather remaing knowledge about PSP development in one place. PSP hype ended few years ago and now data/tutorials/sites are slowly dissapring from web. I hope that this repo won't die that easily :)

Basic information

You need to install psp-sdk. I have created a little bit more detailed tutorial here (although it is focused on OS X, I am sure that you can benefit from it on other platforms as well).

I can recommend following book to create first app PSP Programming Book

Running

You can use awesome PPSSPP or of course real device (just copy EBOOT.pbp to /PSP/GAME/YOUR_DIR/).

Documentation

PSPSDK has code annotation that you can use to generate documenation. Just use doxygen.

If you are too lazy it seems that there is a working copy:pspsdk-doc

Logging

???

C++ support

Don't forget to include lstdc++ lib in your make file.

MIPS Assembler

???

Examples

pspSnake - frame buffer, input, c++

Further reading

platform overview

bunch of tutorials

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published