[psp] psputility missing header
[psp] psputility missing header
I think psputility.h should include pspkernel.h because it needs some types declared in one of the kernel stuff headers. (SceSize)
Code: Select all
int main(){
SetupCallbacks();
makeNiceGame();
sceKernelExitGame();
}