PSP type B

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
phobox
Posts: 127
Joined: Mon Mar 24, 2008 6:22 pm

PSP type B

Post by phobox »

this is a really strange thing! (at least for me...)
i compiled this for psp:

Code: Select all

#include <pspkernel.h>

PSP_MODULE_INFO&#40;"prog", PSP_MODULE_USER, 1, 0&#41;;

int main&#40;&#41;
&#123;
	return 0;
&#125;
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....
phobox
Posts: 127
Joined: Mon Mar 24, 2008 6:22 pm

Post by phobox »

delete this topic...
i had remotejoy plugin activated on game....
i'm sorry!
Post Reply