diff options
author | xyzz | 2016-08-02 19:01:48 +0200 |
---|---|---|
committer | GitHub | 2016-08-02 19:01:48 +0200 |
commit | cc90f517c9971fafc41b1f884bd908f1b35a8c66 (patch) | |
tree | 456d003401169735b540341c99ba9d4151f5b4f7 /include/user/power.h | |
parent | Update wait event flags (diff) | |
parent | Add threadmgr LwMutex and power ClockFrequency (diff) | |
download | vds-libraries-cc90f517c9971fafc41b1f884bd908f1b35a8c66.tar.gz |
Merge pull request #12 from ribbid987/master
Add threadmgr LwMutex and power ClockFrequency
Diffstat (limited to '')
-rw-r--r-- | include/user/power.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/user/power.h b/include/user/power.h index e74afb3..7d2b28e 100644 --- a/include/user/power.h +++ b/include/user/power.h @@ -21,7 +21,10 @@ int scePowerGetBatteryLifeTime(); int scePowerGetBatteryRemainCapacity(); //? int scePowerIsLowBattery(); int scePowerUnregisterCallback(int slot); -int scePowerGetBatteryFullCapacity(); //? +int scePowerGetBatteryFullCapacity(); //? +int scePowerGetArmClockFrequency(); //Get Clock Frequency of the ARM +int scePowerGetBusClockFrequency(); //Get Clock Frequency of the BUS +int scePowerGetGpuClockFrequency(); //Get Clock Frequency of the Gpu #ifdef __cplusplus } |