Prx loading problems!

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

Moderators: cheriff, TyRaNiD

Post Reply
reigel
Posts: 14
Joined: Fri Jul 15, 2005 10:41 pm

Prx loading problems!

Post by reigel »

Hi,
I got some problems with loading PRX. Well this works fine till I updated my toolchain and sdk. How do you load modules?

I use this methode :

Code: Select all

module = sceKernelLoadModule("fatms0:/myprx.prx", 0, 0);
sceKernelStartModule(module, 0, 0, 0, 0);
thx!
mrbrown
Site Admin
Posts: 1537
Joined: Sat Jan 17, 2004 11:24 am

Post by mrbrown »

What are the problems (be specific, list error codes, describe the Makefile, etc.)? Did you try out the PRX loading sample included with PSPSDK? What were the results (be specific)?
Post Reply