he already said recover doesn't work
It would be lucky if it would work.
I've never done a prx, nor have i done anything that loads an external eboot before.
lol
Printable View
he already said recover doesn't work
It would be lucky if it would work.
I've never done a prx, nor have i done anything that loads an external eboot before.
lol
it should be automatic.
if not, ill try again.
make sure you have something in ms0:/psp/game/recovery/eboot.pbp
Ok,so where I put the file? In the same place where the original SCEP-XMB is?
And yes,I have something in that folder.
yeah. just replace the old prx with the new one.
Oh well...it didn't work. :(
my parents are making me get off soon.....
I have 8 minutes left.
It's ok man. Thanks for everything you have done so far. It wasn't succesful but I least you tried and help me..:)
This code should work....
i'm just not sure how to make a makefileCode:#include <pspkernel.h>
#include <pspctrl.h>
#include <stdio.h>
#include <string.h>
#include <pspmodulemgr.h>
PSP_MODULE_INFO("Test PRX", 0x1000, 1, 1);
int main(int argc, char **argv)
{
SceCtrlData pad;
while(1)
{
sceCtrlPeekBufferPositive(&pad, 1);
if(pad.Buttons & PSP_CTRL_RTRIGGER)
{
if(pad.Buttons & PSP_CTRL_TRIANGLE)
{
sceKernelLoadExec("ms0:/eboot.pbp",NULL);
}
}
sceKernelDelayThread(1000);
}
return 0;
}
/* Exported function returns the address of module_info */
void* getModuleInfo(void)
{
return (void *) &module_info;
}
Sorry, i gotta go for now.
If you are on a firmware that has the tiff exploit unpatched then use a tiff loader to load a downgrader.