i've created a little app that required kernel mode, so i made a prx.
But then i tried using service mode and thats what i want to create it for. but i try,
Code: Select all
SceUID mod = pspSdkLoadStartModule("kernel.prx", PSP_MEMORY_PARTITION_KERNEL);
if (mod < 0) { printf(" ! Error 0x%08X loading/starting prx.\n", mod); }
But yea, i dont wont to put it into a single app because when i did, i changed it to kernel mode and added the kernel functions then i wouldnt even load :S.
Is it possible to load a 3.XX prx (elf, unencrypt) to get the prx to load.?
If you have an idea please let me know,
Cheers