I'm wondering if it's possible, and if so, how,
to read the CPU speeds that you set in the usual way at runtime like this:
Code: Select all
scePowerSetClockFrequency(333, 333, 166);
parameter:
Code: Select all
scePowerSetClockFrequency(888, 333, 166);
It may be desireable to make CPU speed totally variable, and this info would be helpful when it comes to checking limits.
Cheers, Art.