Make PSP games in Scheme, just like Naughty Dog does!
- Download and setup PSPSDK
- Download and setup my CHICKEN Scheme Port for PSP
- Issue the following commands in this directory:
make rebuild # Test with PPSSPP - But beware! PPSSPP is capable of running severely broken PSP games that may not work or even crash on real hardware! ppsspp EBOOT.PBP
No explicit invocations to gcc/ld are done in Makefile, only csc
and psp-strip
are called. psp-strip
has to be called separately, as import fixup should be performed on an unstripped binary.