![]() |
PSP2SDK
dirty-f9e4f2d
The free SDK for PSP2
|
Header file which defines power variables and functions. More...
#include <psp2/types.h>
Go to the source code of this file.
Typedefs | |
| typedef void(* | ScePowerCallback )(int unknown, int powerInfo) |
Functions | |
| int | scePowerRegisterCallback (int slot, SceUID cbid) |
| int | scePowerIsBatteryCharging () |
| int | scePowerGetBatteryLifePercent () |
| int | scePowerSetConfigurationMode (int mode) |
| SceBool | scePowerIsSuspendRequired () |
| int | scePowerIsPowerOnline () |
| int | scePowerGetBatteryLifeTime () |
| int | scePowerGetBatteryRemainCapacity () |
| int | scePowerIsLowBattery () |
| int | scePowerUnregisterCallback (int slot) |
| int | scePowerGetBatteryFullCapacity () |
Header file which defines power variables and functions.
Copyright (C) 2015 PSP2SDK Project
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
1.7.6.1