Dude, your battery is like seriously depleted.anc96 wrote: Also...bug report! If the battery charger is unplugged, the percentage indicator goes into a crazy minus number. I was having the same problem with my BatteryInfo app, but it's written in Lua so I don't know if this will be of any use: I fixed it by saying if the percentage was below or equal to 0 then it shows N/A
As a rule of thumb whenever a sceSomething() function returns a negative number you got yourself an error. this one wasn't documented in the SDK but it's SCE_POWER_ERROR_DETECTING if you want to define it somewhere.
Advertising