help with scePowerSetClockFrequency

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
sakya
Posts: 190
Joined: Fri Apr 28, 2006 5:48 pm
Contact:

help with scePowerSetClockFrequency

Post by sakya »

Hi! :)

I cannot understand how scePowerSetClockFrequency works for low frequency.
If I execute

Code: Select all

scePowerSetClockFrequency(29, 29, 14);
then

Code: Select all

scePowerGetCpuClockFrequency();
and 
scePowerGetBusClockFrequency();
returns 30 for the CPU and 37 for the BUS.

Why 37? How can I set lower values?
Many thanks.

Ciaooo
Sakya
jimparis
Posts: 1145
Joined: Fri Jun 10, 2005 4:21 am
Location: Boston

Post by jimparis »

Post Reply