View previous topic :: View next topic |
Author |
Message |
jojojoris
Joined: 30 Mar 2008 Posts: 261
|
Posted: Fri Aug 21, 2009 9:43 pm Post subject: [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: | int main(){
SetupCallbacks();
makeNiceGame();
sceKernelExitGame();
} |
|
|
Back to top |
|
|
jimparis
Joined: 10 Jun 2005 Posts: 1179 Location: Boston
|
Posted: Sat Aug 22, 2009 4:27 am Post subject: |
|
|
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. |
|
Back to top |
|
|
|