(Vita) Set ARM CPU at 444 Mhz
This commit is contained in:
parent
0b1fd48432
commit
1aeb74a055
|
@ -223,6 +223,8 @@ static void frontend_psp_init(void *data)
|
|||
|
||||
pspFpuSetEnable(0); /* disable FPU exceptions */
|
||||
scePowerSetClockFrequency(333,333,166);
|
||||
#else
|
||||
scePowerSetArmClockFrequency(444);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue