Search found 6 matches

by sunxp0327
Sat Apr 26, 2008 10:12 pm
Forum: PSP Development
Topic: How can I load usbacc.prx and usbgps.prx in 3.52 M33?
Replies: 3
Views: 1103

No one can help me... but I find Where is error
The problem can run only in Game352 folder, and it can't run in game150
by sunxp0327
Fri Apr 25, 2008 4:06 pm
Forum: PSP Development
Topic: How can I load usbacc.prx and usbgps.prx in 3.52 M33?
Replies: 3
Views: 1103

I test the func without gps hardware as follow u32 moduleLoadStart (const char *path) { SceUID loadResult, startResult; int status; loadResult = sceKernelLoadModule(path,0,NULL); if (loadResult & 0x80000000) return 1; startResult = sceKernelStartModule(loadResult,0,NULL,&status,NULL); if (lo...
by sunxp0327
Fri Apr 25, 2008 2:03 pm
Forum: PSP Development
Topic: How can I load usbacc.prx and usbgps.prx in 3.52 M33?
Replies: 3
Views: 1103

How can I load usbacc.prx and usbgps.prx in 3.52 M33?

How can I load usbacc.prx and usbgps.prx in 3.52 M33?
Where are the files?
by sunxp0327
Wed Apr 23, 2008 12:20 am
Forum: PSP Development
Topic: questions about PSP usb sample in SDK
Replies: 2
Views: 1410

Please change your makefile like the following information: PSPSDK = $(shell psp-config --pspsdk-path) PSPLIBSDIR = $(PSPSDK)/.. TARGET = usbstorage OBJS = main.o LIBS = -lpspusb -lpspusbstor CFLAGS = -O2 -G0 -Wall INCDIR = CFLAGS = -O0 -G0 -Wall -g CXXFLAGS = $(CFLAGS) -fno-exceptions -fno-rtti ASF...
by sunxp0327
Thu Jan 17, 2008 11:22 am
Forum: PSP Development
Topic: I can't compile psp mediacenter
Replies: 1
Views: 1052

I can't compile psp mediacenter

I can't compile psp mediacenter, and I found that it need some libs.What are these libs?
by sunxp0327
Thu Jan 17, 2008 11:19 am
Forum: PSP Development
Topic: help!why snes9x cause psp shutdown?
Replies: 1
Views: 1077

help!why snes9x cause psp shutdown?

I get the snes9x code from svn.pspdev.org and I compile it.After that,I copy the eboot.pbp to psp\game150\.When I run the program,it cause a black screen and aften about 5 seconds,the psp automatically shutdown.
My psp system is M33 3.52 and the code version 361.