I've tried scePower_driver_ 0442D852(50000) and that just shuts down, I've also tried
sceSysconResetDevice(2, 1);
sceSysconResetDevice(1, 1);
This bricks the slim and have to restore with nand dump.
And this:
Code: Select all
#define PATH "flash0:/vsh/module/vshmain.prx"
struct SceKernelLoadExecParam param;
memset(¶m, 0, sizeof(param));
param.size = sizeof(param);
param.argp = PATH;
param.args = strlen(PATH) + 1;
param.key = "vsh";
sceKernelLoadExec(PATH, ¶m);
I would just like to reboot the Slim PSP as 371M33-3 Update does.
Thanks