0x27f3292c, scePowerBatteryUpdateInfo
0x0afd0d8b, scePowerIsBatteryExist
0x1e490401, scePowerIsBatteryCharging
0xb4432bc8, scePowerGetBatteryChargingStatus
0xd3075926, scePowerIsLowBattery
0x28e12023, scePowerGetBatteryTemp
0x862ae1a6, scePowerGetBatteryElec
0x483ce86b, scePowerGetBatteryVolt
0x843fbf43, scePowerSetCpuClockFrequency
0xb8d7b3fb, scePowerSetBusClockFrequency
0xfee03a2f, scePowerGetCpuClockFrequency
0x478fe6f5, scePowerGetBusClockFrequency
don't know about return values.long scePowerGetBatteryTemp();
if no battery, function returns minus value.
return valuelong scePowerIsBatteryCharging();
- no battery : minus value
- charging : 1
- no adaptor : 0
Battery Charged Voltagelong scePowerGetBatteryVolt();
maybe 5000 is 5Volt.
Thanks to "sage/J".