diff options
-rw-r--r-- | include/kernel/power.h | 10 | ||||
-rw-r--r-- | nids/360/ScePower.yml | 1 |
2 files changed, 0 insertions, 11 deletions
diff --git a/include/kernel/power.h b/include/kernel/power.h index 82308e0..ed1bf7e 100644 --- a/include/kernel/power.h +++ b/include/kernel/power.h @@ -227,16 +227,6 @@ int scePowerSetArmClockFrequency(int freq); * @return 0 on success, < 0 on error */ int scePowerSetBusClockFrequency(int freq); - -/** - * Sets GPU clock frequency - * - * @param freq - Frequency to set in Mhz - * - * @return 0 on success, < 0 on error - */ -int scePowerSetGpuClockFrequency(int freq); - /** * Sets GPU crossbar clock frequency * diff --git a/nids/360/ScePower.yml b/nids/360/ScePower.yml index 3422a85..5119772 100644 --- a/nids/360/ScePower.yml +++ b/nids/360/ScePower.yml @@ -122,7 +122,6 @@ modules: scePowerSetDisplayBrightness: 0x43D5CE1D scePowerSetDisplayMaxBrightness: 0x77027B6B scePowerSetDmac5ClockFrequency: 0xA902CDDF - scePowerSetGpuClockFrequency: 0x717DB06C scePowerSetGpuClockFrequencyInternal: 0x264C24FC scePowerSetGpuClockFrequencyProc: 0xB104EFE2 scePowerSetGpuXbarClockFrequency: 0xA7739DBE |