[psp] psputility missing header

Create a single thread for each patch to be added to the repository. Please try to stay on topic.
Post Reply
jojojoris
Posts: 255
Joined: Sun Mar 30, 2008 4:06 am

[psp] psputility missing header

Post by jojojoris »

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();
}
jimparis
Posts: 1145
Joined: Fri Jun 10, 2005 4:21 am
Location: Boston

Post by jimparis »

I added an include for pspkerneltypes.h.

ps. please submit actual patches in the Patch Submission forum, this thread as written should just go in the psp forum.
Post Reply