phobox
Joined: 24 Mar 2008 Posts: 140
|
Posted: Fri Sep 12, 2008 11:29 pm Post subject: PSP type B |
|
|
this is a really strange thing! (at least for me...)
i compiled this for psp:
| Code: |
#include <pspkernel.h>
PSP_MODULE_INFO("prog", PSP_MODULE_USER, 1, 0);
int main()
{
return 0;
}
|
when i run it (i wanted to find what happens when main function reached the end) the psp stayed there, no crash, and the pc said new hardware found, PSP Type B...
WHY????
can someone explain me why this happened?? i'm curious.... |
|