I am trying to add a standby feature to my 3.03OE Plugin.
But if I try to use a function that can do this in 2.71SE the PSP freezes.
I have tried scePowerRequestSuspend(); but as I said this is not working.
Then I thought why not make a function like this by myself with sceGuDisable(0); and then some other function to simulate a standby but this function is not working with the PRX module as it seems.
Does anyone know how to do this on 3.03OE?