Search found 2 matches

by Turulo
Fri Jan 18, 2008 9:16 pm
Forum: PSP Development
Topic: [SOLVED] sctrlKernelLoadExecVSHMs4() usage?
Replies: 2
Views: 1750

After looking strings from some others people .prx to load pops i found they use the key "pops" for SceKernelLoadExecVSHParam structure. Also there is a strange behavior white the filename string... the "eboot.pbp" string must be uppercase, otherwise it wont load... Here is a wor...
by Turulo
Fri Jan 18, 2008 3:48 am
Forum: PSP Development
Topic: [SOLVED] sctrlKernelLoadExecVSHMs4() usage?
Replies: 2
Views: 1750

[SOLVED] sctrlKernelLoadExecVSHMs4() usage?

Hi, I'm trying to load some POPs from a hombrew without success. I keep getting 8002014E error... This is the code which im using. main.c: #include <stdio.h> #include "systemctrl.h" PSP_MODULE_INFO&#40;"usbpops", 0x1000, 1, 1&#41;; int test_thread&#40;SceSize args, vo...