summaryrefslogtreecommitdiff
path: root/include/user/power.h
diff options
context:
space:
mode:
authorxyzz2016-09-04 14:16:44 +0200
committerGitHub2016-09-04 14:16:44 +0200
commit13f3d6397c941b5fafcaf189ea2d7e4fe7173d4b (patch)
tree8f479202cba9a825d8081aa3ed930db8d4ab9c5a /include/user/power.h
parentMerge pull request #32 from 173210/master (diff)
parentAdded scePowerSetBusClockFrequency and scePowerSetGpuClockFrequency. (diff)
downloadvds-libraries-13f3d6397c941b5fafcaf189ea2d7e4fe7173d4b.tar.gz
Merge pull request #37 from Rinnegatamante/patch-1
Added scePowerSetBusClockFrequency and scePowerSetGpuClockFrequency.
Diffstat (limited to 'include/user/power.h')
-rw-r--r--include/user/power.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/user/power.h b/include/user/power.h
index 6e4df8c..592a499 100644
--- a/include/user/power.h
+++ b/include/user/power.h
@@ -25,7 +25,9 @@ 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
-int scePowerSetArmClockFrequency(int freq); // Set Cet Clock Frequency of the ARM
+int scePowerSetArmClockFrequency(int freq); // Set Clock Frequency of the ARM
+int scePowerSetBusClockFrequency(int freq); // Set Clock Frequency of the BUS
+int scePowerSetGpuClockFrequency(int freq); // Set Clock Frequency of the Gpu
#ifdef __cplusplus
}