Search found 2 matches
- Fri Jan 18, 2008 9:16 pm
- Forum: PSP Development
- Topic: [SOLVED] sctrlKernelLoadExecVSHMs4() usage?
- Replies: 2
- Views: 1750
- 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("usbpops", 0x1000, 1, 1); int test_thread(SceSize args, vo...