diff options
Diffstat (limited to 'include/user/power.h')
-rw-r--r-- | include/user/power.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/user/power.h b/include/user/power.h index 592a499..b1a355d 100644 --- a/include/user/power.h +++ b/include/user/power.h @@ -25,9 +25,11 @@ 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 scePowerGetGpuXbarClockFrequency(); //Get Clock Frequency of the Gpu Crossbar 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 +int scePowerSetGpuXbarClockFrequency(int freq); // Set Clock Frequency of the Gpu Crossbar #ifdef __cplusplus } |