Add makefile for PSP Slim (FW 3.X)
Brought to you by:
danzel
We currently have makefiles for PSP (FW 1.5), Windows (MinGW) and Linux (gcc).
Another makefile to compile for PSP Slim and kernels 3.X may be a good stuff to add.
AFAIK, the needed modification should be like :
PSP_FW_VERSION=371
CFLAGS = $(DEFAULT_CFLAGS) -O3 -G0 -Wall -DPSPFW30X
Logged In: YES
user_id=956974
Originator: NO
and BUILD_PRX=1
That would probably be enough, I don't think SDL/pspGL need kernel mode to init anymore these days... We'll have to see.