From 160a002d7dffc31b0d28ea3386d0f3b3e4f6b6a2 Mon Sep 17 00:00:00 2001 From: Rinnegatamante Date: Sun, 4 Sep 2016 13:38:45 +0200 Subject: Added scePowerSetBusClockFrequency and scePowerSetGpuClockFrequency. --- include/user/power.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 } -- cgit v1.2.3