Advertising
So, I'm following this tutorial: http://www.psp-programming.com/forums/i ... c,359.htmlAnd I did everything they said, compiled it, and I had no errors
When I ran it on my psp, it just froze, then crashed, so I looked at the log when I built it, and it said this
- Code: Select all
psp-gcc -I. -I/usr/local/pspdev/psp/sdk/include -O2 -G0 -Wall -D_PSP_FW_VERSION=150 -L. -L/usr/local/pspdev/psp/sdk/lib main.o graphics.o framebuffer.o -lpspgu -lpng -lz -lm -lpspdebug -lpspdisplay -lpspge -lpspctrl -lpspsdk -lc -lpspnet -lpspnet_inet -lpspnet_apctl -lpspnet_resolver -lpsputility -lpspuser -lpspkernel -o main.elf
and I saw this line
- Code: Select all
-D_PSP_FW_VERSION=150
I'm assuming that means that this was compiled for a PSP firmware of 1.50, my question is, how would I change that so I could use this on my 6.60 PRO-B10 PSP Go




