Discuss the development of new homebrew software, tools and libraries.
Moderators: cheriff , TyRaNiD
reigel
Posts: 14 Joined: Fri Jul 15, 2005 10:41 pm
Post
by reigel » Fri Dec 02, 2005 12:55 am
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 » Fri Dec 02, 2005 1:46 am
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)?